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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7367",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7368,
    "results": [
        {
            "start": 969599732,
            "stop": 969599919
        },
        {
            "start": 969599922,
            "stop": 969599955
        },
        {
            "start": 969599958,
            "stop": 969600694
        },
        {
            "start": 969600697,
            "stop": 969601041
        },
        {
            "start": 969601044,
            "stop": 969601732
        },
        {
            "start": 969601735,
            "stop": 969601878
        },
        {
            "start": 969601881,
            "stop": 969602511
        },
        {
            "start": 969602514,
            "stop": 969602678
        },
        {
            "start": 969602681,
            "stop": 969602939
        },
        {
            "start": 969602942,
            "stop": 969603099
        },
        {
            "start": 969603100,
            "stop": 969603464
        },
        {
            "start": 969603467,
            "stop": 969603826
        },
        {
            "start": 969603829,
            "stop": 969605509
        },
        {
            "start": 969605512,
            "stop": 969606212
        },
        {
            "start": 969606215,
            "stop": 969606227
        },
        {
            "start": 969606230,
            "stop": 969606714
        },
        {
            "start": 969606717,
            "stop": 969606855
        },
        {
            "start": 969606858,
            "stop": 969607338
        },
        {
            "start": 969607341,
            "stop": 969607428
        },
        {
            "start": 969607431,
            "stop": 969607558
        }
    ]
}