Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=71
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=70",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 71,
    "results": [
        {
            "start": 837090809,
            "stop": 837110248
        },
        {
            "start": 837114783,
            "stop": 837114831
        },
        {
            "start": 837114851,
            "stop": 837135047
        },
        {
            "start": 837136248,
            "stop": 837160818
        },
        {
            "start": 837162612,
            "stop": 837164708
        },
        {
            "start": 837167725,
            "stop": 837188669
        },
        {
            "start": 837189080,
            "stop": 837223696
        },
        {
            "start": 837226407,
            "stop": 837227393
        },
        {
            "start": 837228247,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837333097
        },
        {
            "start": 837334247,
            "stop": 837344630
        },
        {
            "start": 837346564,
            "stop": 837361341
        },
        {
            "start": 837362678,
            "stop": 837369551
        },
        {
            "start": 837371426,
            "stop": 837372279
        },
        {
            "start": 837373279,
            "stop": 837384590
        },
        {
            "start": 837386483,
            "stop": 837400990
        },
        {
            "start": 837406494,
            "stop": 837444188
        },
        {
            "start": 837445557,
            "stop": 837446757
        },
        {
            "start": 837446884,
            "stop": 837452450
        }
    ]
}