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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=180",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 181,
    "results": [
        {
            "start": 837038990,
            "stop": 837086110
        },
        {
            "start": 837090809,
            "stop": 837110218
        },
        {
            "start": 837114783,
            "stop": 837114831
        },
        {
            "start": 837114851,
            "stop": 837135013
        },
        {
            "start": 837136248,
            "stop": 837160788
        },
        {
            "start": 837162612,
            "stop": 837164653
        },
        {
            "start": 837167725,
            "stop": 837188669
        },
        {
            "start": 837189080,
            "stop": 837208335
        },
        {
            "start": 837208340,
            "stop": 837208465
        },
        {
            "start": 837208469,
            "stop": 837210434
        },
        {
            "start": 837210438,
            "stop": 837211318
        },
        {
            "start": 837211327,
            "stop": 837223666
        },
        {
            "start": 837226407,
            "stop": 837227353
        },
        {
            "start": 837228247,
            "stop": 837228258
        },
        {
            "start": 837228263,
            "stop": 837229311
        },
        {
            "start": 837229315,
            "stop": 837232591
        },
        {
            "start": 837232594,
            "stop": 837234271
        },
        {
            "start": 837234274,
            "stop": 837234284
        },
        {
            "start": 837234289,
            "stop": 837270383
        },
        {
            "start": 837309005,
            "stop": 837323304
        }
    ]
}