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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=220",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 221,
    "results": [
        {
            "start": 847421708,
            "stop": 847421721
        },
        {
            "start": 847421725,
            "stop": 847421754
        },
        {
            "start": 847421760,
            "stop": 847421771
        },
        {
            "start": 847421780,
            "stop": 847421794
        },
        {
            "start": 847421803,
            "stop": 847421818
        },
        {
            "start": 847469177,
            "stop": 847469268
        },
        {
            "start": 847475224,
            "stop": 847554987
        },
        {
            "start": 847602253,
            "stop": 847604934
        },
        {
            "start": 847605646,
            "stop": 847622470
        },
        {
            "start": 847637025,
            "stop": 847637437
        },
        {
            "start": 847638826,
            "stop": 847639297
        },
        {
            "start": 847640262,
            "stop": 847659977
        },
        {
            "start": 847660236,
            "stop": 847661509
        },
        {
            "start": 847701031,
            "stop": 847731433
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734792
        },
        {
            "start": 847742700,
            "stop": 847744273
        },
        {
            "start": 847752171,
            "stop": 847753393
        },
        {
            "start": 847775781,
            "stop": 847797073
        },
        {
            "start": 847798683,
            "stop": 847802533
        }
    ]
}