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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=193",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 194,
    "results": [
        {
            "start": 841343806,
            "stop": 841376525
        },
        {
            "start": 841377649,
            "stop": 841471812
        },
        {
            "start": 841475252,
            "stop": 841503823
        },
        {
            "start": 841520351,
            "stop": 841523539
        },
        {
            "start": 841526784,
            "stop": 841530589
        },
        {
            "start": 841531973,
            "stop": 841533313
        },
        {
            "start": 841534030,
            "stop": 841554493
        },
        {
            "start": 841557262,
            "stop": 841585982
        },
        {
            "start": 841586805,
            "stop": 841614419
        },
        {
            "start": 841614580,
            "stop": 841691446
        },
        {
            "start": 841692160,
            "stop": 841767433
        },
        {
            "start": 841768433,
            "stop": 841777371
        },
        {
            "start": 841778138,
            "stop": 841781560
        },
        {
            "start": 841782113,
            "stop": 841792428
        },
        {
            "start": 841793896,
            "stop": 841811452
        },
        {
            "start": 841812417,
            "stop": 841827835
        },
        {
            "start": 841829945,
            "stop": 841863885
        },
        {
            "start": 841864690,
            "stop": 841922173
        },
        {
            "start": 841923751,
            "stop": 841930041
        },
        {
            "start": 841964048,
            "stop": 842037013
        }
    ]
}