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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=256",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 257,
    "results": [
        {
            "start": 933330863,
            "stop": 933330924
        },
        {
            "start": 933330943,
            "stop": 933330976
        },
        {
            "start": 933330994,
            "stop": 933331108
        },
        {
            "start": 933331133,
            "stop": 933331187
        },
        {
            "start": 933331206,
            "stop": 933331220
        },
        {
            "start": 933331239,
            "stop": 933331276
        },
        {
            "start": 933331281,
            "stop": 933331385
        },
        {
            "start": 933331404,
            "stop": 933331407
        },
        {
            "start": 933331450,
            "stop": 933331529
        },
        {
            "start": 933331551,
            "stop": 933331568
        },
        {
            "start": 933331587,
            "stop": 933331603
        },
        {
            "start": 933331626,
            "stop": 933331725
        },
        {
            "start": 933331764,
            "stop": 933331774
        },
        {
            "start": 933331824,
            "stop": 933331825
        },
        {
            "start": 933331844,
            "stop": 933331870
        },
        {
            "start": 933331924,
            "stop": 933331937
        },
        {
            "start": 933331956,
            "stop": 933331970
        },
        {
            "start": 933331989,
            "stop": 933332080
        },
        {
            "start": 933332085,
            "stop": 933332099
        },
        {
            "start": 933332118,
            "stop": 933332122
        }
    ]
}