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=5316
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=5317",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5315",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5316,
    "results": [
        {
            "start": 970896357,
            "stop": 970896416
        },
        {
            "start": 970896434,
            "stop": 970896597
        },
        {
            "start": 970896600,
            "stop": 970897018
        },
        {
            "start": 970897021,
            "stop": 970897024
        },
        {
            "start": 970897027,
            "stop": 970897434
        },
        {
            "start": 970897437,
            "stop": 970897455
        },
        {
            "start": 970897458,
            "stop": 970898482
        },
        {
            "start": 970898485,
            "stop": 970898675
        },
        {
            "start": 970898678,
            "stop": 970898820
        },
        {
            "start": 970898823,
            "stop": 970899459
        },
        {
            "start": 970899462,
            "stop": 970900242
        },
        {
            "start": 970900245,
            "stop": 970900279
        },
        {
            "start": 970900282,
            "stop": 970900988
        },
        {
            "start": 970902319,
            "stop": 970904493
        },
        {
            "start": 970904496,
            "stop": 970906164
        },
        {
            "start": 970906167,
            "stop": 970906662
        },
        {
            "start": 970906665,
            "stop": 970908201
        },
        {
            "start": 970908204,
            "stop": 970912774
        },
        {
            "start": 970912791,
            "stop": 970914323
        },
        {
            "start": 970914326,
            "stop": 970915148
        }
    ]
}