Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3089
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3090",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3088",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3089,
    "results": [
        {
            "start": 866380138,
            "stop": 866381700
        },
        {
            "start": 866381760,
            "stop": 866382184
        },
        {
            "start": 866382188,
            "stop": 866382194
        },
        {
            "start": 866382366,
            "stop": 866383020
        },
        {
            "start": 866383080,
            "stop": 866383380
        },
        {
            "start": 866383440,
            "stop": 866383730
        },
        {
            "start": 866383735,
            "stop": 866383760
        },
        {
            "start": 866383767,
            "stop": 866383800
        },
        {
            "start": 866383860,
            "stop": 866385092
        },
        {
            "start": 866385103,
            "stop": 866385105
        },
        {
            "start": 866385110,
            "stop": 866385117
        },
        {
            "start": 866385240,
            "stop": 866386350
        },
        {
            "start": 866386355,
            "stop": 866386473
        },
        {
            "start": 866392264,
            "stop": 866393482
        },
        {
            "start": 866393488,
            "stop": 866393500
        },
        {
            "start": 866393505,
            "stop": 866393512
        },
        {
            "start": 866393518,
            "stop": 866393520
        },
        {
            "start": 866393580,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866396833
        },
        {
            "start": 866397165,
            "stop": 866397897
        }
    ]
}