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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=194",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 195,
    "results": [
        {
            "start": 847404960,
            "stop": 847417093
        },
        {
            "start": 847421708,
            "stop": 847421823
        },
        {
            "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": 847647904
        },
        {
            "start": 847647907,
            "stop": 847651135
        },
        {
            "start": 847651136,
            "stop": 847651228
        },
        {
            "start": 847651268,
            "stop": 847651270
        },
        {
            "start": 847651274,
            "stop": 847651276
        },
        {
            "start": 847651298,
            "stop": 847651306
        },
        {
            "start": 847651309,
            "stop": 847652998
        },
        {
            "start": 847653004,
            "stop": 847653010
        },
        {
            "start": 847653014,
            "stop": 847653020
        },
        {
            "start": 847653023,
            "stop": 847659977
        },
        {
            "start": 847660236,
            "stop": 847661124
        },
        {
            "start": 847661127,
            "stop": 847661509
        }
    ]
}