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=4663
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=4664",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4662",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4663,
    "results": [
        {
            "start": 969697368,
            "stop": 969697649
        },
        {
            "start": 969697652,
            "stop": 969697799
        },
        {
            "start": 969697802,
            "stop": 969698064
        },
        {
            "start": 969698067,
            "stop": 969698086
        },
        {
            "start": 969698089,
            "stop": 969698693
        },
        {
            "start": 969698696,
            "stop": 969700107
        },
        {
            "start": 969700110,
            "stop": 969700130
        },
        {
            "start": 969700133,
            "stop": 969700762
        },
        {
            "start": 969700765,
            "stop": 969701417
        },
        {
            "start": 969701420,
            "stop": 969702191
        },
        {
            "start": 969702194,
            "stop": 969702214
        },
        {
            "start": 969702217,
            "stop": 969703487
        },
        {
            "start": 969703490,
            "stop": 969703771
        },
        {
            "start": 969703774,
            "stop": 969704308
        },
        {
            "start": 969704311,
            "stop": 969704593
        },
        {
            "start": 969704596,
            "stop": 969704613
        },
        {
            "start": 969704616,
            "stop": 969704728
        },
        {
            "start": 969704731,
            "stop": 969704742
        },
        {
            "start": 969704745,
            "stop": 969704822
        },
        {
            "start": 969704825,
            "stop": 969704958
        }
    ]
}