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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3758",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3759,
    "results": [
        {
            "start": 874039885,
            "stop": 874040097
        },
        {
            "start": 874040114,
            "stop": 874040286
        },
        {
            "start": 874040303,
            "stop": 874040849
        },
        {
            "start": 874040866,
            "stop": 874042166
        },
        {
            "start": 874042169,
            "stop": 874043652
        },
        {
            "start": 874043669,
            "stop": 874044259
        },
        {
            "start": 874044262,
            "stop": 874044266
        },
        {
            "start": 874044274,
            "stop": 874044281
        },
        {
            "start": 874044317,
            "stop": 874044328
        },
        {
            "start": 874044332,
            "stop": 874044346
        },
        {
            "start": 874044377,
            "stop": 874044379
        },
        {
            "start": 874044396,
            "stop": 874044427
        },
        {
            "start": 874044433,
            "stop": 874044715
        },
        {
            "start": 874044732,
            "stop": 874044780
        },
        {
            "start": 874044797,
            "stop": 874046247
        },
        {
            "start": 874046264,
            "stop": 874046816
        },
        {
            "start": 874046835,
            "stop": 874047320
        },
        {
            "start": 874047337,
            "stop": 874047749
        },
        {
            "start": 874047766,
            "stop": 874049378
        },
        {
            "start": 874049395,
            "stop": 874050576
        }
    ]
}