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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=47011",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 47012,
    "results": [
        {
            "start": 875225345,
            "stop": 875225350
        },
        {
            "start": 875225352,
            "stop": 875225359
        },
        {
            "start": 875225363,
            "stop": 875225389
        },
        {
            "start": 875225393,
            "stop": 875225394
        },
        {
            "start": 875225395,
            "stop": 875225398
        },
        {
            "start": 875225399,
            "stop": 875225405
        },
        {
            "start": 875225406,
            "stop": 875225412
        },
        {
            "start": 875225418,
            "stop": 875225444
        },
        {
            "start": 875225446,
            "stop": 875225460
        },
        {
            "start": 875225462,
            "stop": 875225473
        },
        {
            "start": 875225474,
            "stop": 875225479
        },
        {
            "start": 875225480,
            "stop": 875225499
        },
        {
            "start": 875225500,
            "stop": 875225509
        },
        {
            "start": 875225511,
            "stop": 875225553
        },
        {
            "start": 875225554,
            "stop": 875225568
        },
        {
            "start": 875225569,
            "stop": 875225571
        },
        {
            "start": 875225572,
            "stop": 875225630
        },
        {
            "start": 875225631,
            "stop": 875225659
        },
        {
            "start": 875225660,
            "stop": 875225670
        },
        {
            "start": 875225673,
            "stop": 875225680
        }
    ]
}