Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5374
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5375",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5373",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5374,
    "results": [
        {
            "start": 971551033,
            "stop": 971551105
        },
        {
            "start": 971551125,
            "stop": 971551571
        },
        {
            "start": 971551573,
            "stop": 971551609
        },
        {
            "start": 971551610,
            "stop": 971551694
        },
        {
            "start": 971551697,
            "stop": 971551898
        },
        {
            "start": 971551901,
            "stop": 971552051
        },
        {
            "start": 971552054,
            "stop": 971552098
        },
        {
            "start": 971552100,
            "stop": 971552276
        },
        {
            "start": 971552282,
            "stop": 971552470
        },
        {
            "start": 971552471,
            "stop": 971552478
        },
        {
            "start": 971552479,
            "stop": 971552505
        },
        {
            "start": 971552506,
            "stop": 971552591
        },
        {
            "start": 971552594,
            "stop": 971552618
        },
        {
            "start": 971555128,
            "stop": 971555161
        },
        {
            "start": 971555164,
            "stop": 971555315
        },
        {
            "start": 971555318,
            "stop": 971555529
        },
        {
            "start": 971555532,
            "stop": 971555552
        },
        {
            "start": 971555555,
            "stop": 971555613
        },
        {
            "start": 971555616,
            "stop": 971555629
        },
        {
            "start": 971555633,
            "stop": 971555714
        }
    ]
}