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=3048
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=3049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3047",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3048,
    "results": [
        {
            "start": 864755861,
            "stop": 864756344
        },
        {
            "start": 864756525,
            "stop": 864756600
        },
        {
            "start": 864756720,
            "stop": 864756985
        },
        {
            "start": 864756990,
            "stop": 864757012
        },
        {
            "start": 864757018,
            "stop": 864757600
        },
        {
            "start": 864757605,
            "stop": 864757620
        },
        {
            "start": 864757740,
            "stop": 864757980
        },
        {
            "start": 864758100,
            "stop": 864758940
        },
        {
            "start": 864759000,
            "stop": 864760980
        },
        {
            "start": 864761100,
            "stop": 864761190
        },
        {
            "start": 864761530,
            "stop": 864761531
        },
        {
            "start": 864762561,
            "stop": 864764280
        },
        {
            "start": 864764340,
            "stop": 864764490
        },
        {
            "start": 864764495,
            "stop": 864764520
        },
        {
            "start": 864764640,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864771374
        },
        {
            "start": 864771962,
            "stop": 864773940
        },
        {
            "start": 864774000,
            "stop": 864775938
        },
        {
            "start": 864775941,
            "stop": 864777228
        },
        {
            "start": 864779342,
            "stop": 864779880
        }
    ]
}