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/L1_BURST_CAT1/segments?format=api&page=218
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=217",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 218,
    "results": [
        {
            "start": 835507976,
            "stop": 835516546
        },
        {
            "start": 835518925,
            "stop": 835527838
        },
        {
            "start": 835528582,
            "stop": 835530684
        },
        {
            "start": 835530686,
            "stop": 835533744
        },
        {
            "start": 835536780,
            "stop": 835541549
        },
        {
            "start": 835541605,
            "stop": 835557355
        },
        {
            "start": 835557837,
            "stop": 835557996
        },
        {
            "start": 835558055,
            "stop": 835567150
        },
        {
            "start": 835570258,
            "stop": 835586015
        },
        {
            "start": 835586017,
            "stop": 835586166
        },
        {
            "start": 835587869,
            "stop": 835597565
        },
        {
            "start": 835597567,
            "stop": 835605837
        },
        {
            "start": 835610669,
            "stop": 835614787
        },
        {
            "start": 835614789,
            "stop": 835614800
        },
        {
            "start": 835614802,
            "stop": 835614827
        },
        {
            "start": 835614829,
            "stop": 835614863
        },
        {
            "start": 835614866,
            "stop": 835614871
        },
        {
            "start": 835614873,
            "stop": 835614911
        },
        {
            "start": 835614912,
            "stop": 835614917
        },
        {
            "start": 835614919,
            "stop": 835614929
        }
    ]
}