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_CAT3E/segments?format=api&page=46805
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=46806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46804",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46805,
    "results": [
        {
            "start": 875123277,
            "stop": 875123353
        },
        {
            "start": 875123354,
            "stop": 875123359
        },
        {
            "start": 875123360,
            "stop": 875123474
        },
        {
            "start": 875123475,
            "stop": 875123501
        },
        {
            "start": 875123502,
            "stop": 875123525
        },
        {
            "start": 875123526,
            "stop": 875123580
        },
        {
            "start": 875123581,
            "stop": 875123610
        },
        {
            "start": 875123612,
            "stop": 875123638
        },
        {
            "start": 875123639,
            "stop": 875123683
        },
        {
            "start": 875123684,
            "stop": 875123804
        },
        {
            "start": 875123805,
            "stop": 875123822
        },
        {
            "start": 875123823,
            "stop": 875124010
        },
        {
            "start": 875124012,
            "stop": 875124044
        },
        {
            "start": 875124045,
            "stop": 875124048
        },
        {
            "start": 875124050,
            "stop": 875124082
        },
        {
            "start": 875124083,
            "stop": 875124084
        },
        {
            "start": 875124085,
            "stop": 875124120
        },
        {
            "start": 875124121,
            "stop": 875124143
        },
        {
            "start": 875124145,
            "stop": 875124159
        },
        {
            "start": 875124160,
            "stop": 875124181
        }
    ]
}