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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=257",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 258,
    "results": [
        {
            "start": 820939735,
            "stop": 820939784
        },
        {
            "start": 820939791,
            "stop": 820939825
        },
        {
            "start": 820939833,
            "stop": 820939903
        },
        {
            "start": 820939911,
            "stop": 820939965
        },
        {
            "start": 820939973,
            "stop": 820939975
        },
        {
            "start": 820939982,
            "stop": 820940011
        },
        {
            "start": 820940018,
            "stop": 820940080
        },
        {
            "start": 820940087,
            "stop": 820940088
        },
        {
            "start": 820940096,
            "stop": 820940142
        },
        {
            "start": 820940153,
            "stop": 820940175
        },
        {
            "start": 820940179,
            "stop": 820940281
        },
        {
            "start": 820940288,
            "stop": 820940339
        },
        {
            "start": 820940347,
            "stop": 820940358
        },
        {
            "start": 820940365,
            "stop": 820940390
        },
        {
            "start": 820940398,
            "stop": 820940406
        },
        {
            "start": 820940414,
            "stop": 820940415
        },
        {
            "start": 820940424,
            "stop": 820940435
        },
        {
            "start": 820940443,
            "stop": 820940485
        },
        {
            "start": 820940492,
            "stop": 820940542
        },
        {
            "start": 820940555,
            "stop": 820940576
        }
    ]
}