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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=796",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=794",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 795,
    "results": [
        {
            "start": 957680384,
            "stop": 957680403
        },
        {
            "start": 957680409,
            "stop": 957680439
        },
        {
            "start": 957680445,
            "stop": 957680509
        },
        {
            "start": 957680515,
            "stop": 957680817
        },
        {
            "start": 957680823,
            "stop": 957681018
        },
        {
            "start": 957681024,
            "stop": 957681054
        },
        {
            "start": 957681060,
            "stop": 957681121
        },
        {
            "start": 957681127,
            "stop": 957681394
        },
        {
            "start": 957681400,
            "stop": 957681608
        },
        {
            "start": 957681614,
            "stop": 957681629
        },
        {
            "start": 957681635,
            "stop": 957682034
        },
        {
            "start": 957682040,
            "stop": 957682912
        },
        {
            "start": 957682918,
            "stop": 957682942
        },
        {
            "start": 957682948,
            "stop": 957682956
        },
        {
            "start": 957682962,
            "stop": 957684254
        },
        {
            "start": 957684262,
            "stop": 957684863
        },
        {
            "start": 957684869,
            "stop": 957685344
        },
        {
            "start": 957685349,
            "stop": 957685708
        },
        {
            "start": 957685714,
            "stop": 957685905
        },
        {
            "start": 957685911,
            "stop": 957686587
        }
    ]
}