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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40914",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40915,
    "results": [
        {
            "start": 875100131,
            "stop": 875100153
        },
        {
            "start": 875100154,
            "stop": 875100356
        },
        {
            "start": 875100357,
            "stop": 875100370
        },
        {
            "start": 875100372,
            "stop": 875100409
        },
        {
            "start": 875100410,
            "stop": 875100415
        },
        {
            "start": 875100416,
            "stop": 875100433
        },
        {
            "start": 875100434,
            "stop": 875100442
        },
        {
            "start": 875100445,
            "stop": 875100454
        },
        {
            "start": 875100456,
            "stop": 875100497
        },
        {
            "start": 875100498,
            "stop": 875100506
        },
        {
            "start": 875100508,
            "stop": 875100524
        },
        {
            "start": 875100525,
            "stop": 875100590
        },
        {
            "start": 875100592,
            "stop": 875100653
        },
        {
            "start": 875100655,
            "stop": 875100668
        },
        {
            "start": 875100670,
            "stop": 875100675
        },
        {
            "start": 875100676,
            "stop": 875100688
        },
        {
            "start": 875100689,
            "stop": 875100691
        },
        {
            "start": 875100693,
            "stop": 875100699
        },
        {
            "start": 875100700,
            "stop": 875100706
        },
        {
            "start": 875100709,
            "stop": 875100750
        }
    ]
}