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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6479",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6477",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6478,
    "results": [
        {
            "start": 874086905,
            "stop": 874086918
        },
        {
            "start": 874086919,
            "stop": 874086937
        },
        {
            "start": 874086938,
            "stop": 874086952
        },
        {
            "start": 874086954,
            "stop": 874087082
        },
        {
            "start": 874087084,
            "stop": 874087165
        },
        {
            "start": 874087166,
            "stop": 874087280
        },
        {
            "start": 874087281,
            "stop": 874087323
        },
        {
            "start": 874087324,
            "stop": 874087356
        },
        {
            "start": 874087357,
            "stop": 874087516
        },
        {
            "start": 874087517,
            "stop": 874087531
        },
        {
            "start": 874088911,
            "stop": 874089095
        },
        {
            "start": 874089096,
            "stop": 874089112
        },
        {
            "start": 874089113,
            "stop": 874089120
        },
        {
            "start": 874089121,
            "stop": 874089159
        },
        {
            "start": 874089161,
            "stop": 874089196
        },
        {
            "start": 874089198,
            "stop": 874090028
        },
        {
            "start": 874090029,
            "stop": 874090088
        },
        {
            "start": 874090089,
            "stop": 874090497
        },
        {
            "start": 874090498,
            "stop": 874090673
        },
        {
            "start": 874090674,
            "stop": 874090990
        }
    ]
}