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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=268",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 269,
    "results": [
        {
            "start": 933492705,
            "stop": 933492716
        },
        {
            "start": 933492717,
            "stop": 933493130
        },
        {
            "start": 933493135,
            "stop": 933494068
        },
        {
            "start": 933494087,
            "stop": 933494518
        },
        {
            "start": 933494519,
            "stop": 933494827
        },
        {
            "start": 933494828,
            "stop": 933495444
        },
        {
            "start": 933495463,
            "stop": 933495805
        },
        {
            "start": 933495806,
            "stop": 933495950
        },
        {
            "start": 933495951,
            "stop": 933496128
        },
        {
            "start": 933496129,
            "stop": 933496244
        },
        {
            "start": 933496245,
            "stop": 933497599
        },
        {
            "start": 933497600,
            "stop": 933497608
        },
        {
            "start": 933497613,
            "stop": 933497757
        },
        {
            "start": 933497758,
            "stop": 933498144
        },
        {
            "start": 933498163,
            "stop": 933498202
        },
        {
            "start": 933498203,
            "stop": 933498246
        },
        {
            "start": 933498265,
            "stop": 933498424
        },
        {
            "start": 933498443,
            "stop": 933498626
        },
        {
            "start": 933498627,
            "stop": 933499080
        },
        {
            "start": 933508031,
            "stop": 933508386
        }
    ]
}