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=46938
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=46939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46937",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46938,
    "results": [
        {
            "start": 875198628,
            "stop": 875198629
        },
        {
            "start": 875198633,
            "stop": 875198636
        },
        {
            "start": 875198639,
            "stop": 875198657
        },
        {
            "start": 875198661,
            "stop": 875198674
        },
        {
            "start": 875198675,
            "stop": 875198676
        },
        {
            "start": 875198679,
            "stop": 875198681
        },
        {
            "start": 875198682,
            "stop": 875198695
        },
        {
            "start": 875198696,
            "stop": 875198716
        },
        {
            "start": 875198719,
            "stop": 875198720
        },
        {
            "start": 875198721,
            "stop": 875198739
        },
        {
            "start": 875198743,
            "stop": 875198771
        },
        {
            "start": 875198772,
            "stop": 875198780
        },
        {
            "start": 875198781,
            "stop": 875198810
        },
        {
            "start": 875198813,
            "stop": 875198823
        },
        {
            "start": 875198827,
            "stop": 875198844
        },
        {
            "start": 875198845,
            "stop": 875198851
        },
        {
            "start": 875198852,
            "stop": 875198858
        },
        {
            "start": 875198867,
            "stop": 875198910
        },
        {
            "start": 875198911,
            "stop": 875198916
        },
        {
            "start": 875198919,
            "stop": 875198920
        }
    ]
}