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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=129",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 130,
    "results": [
        {
            "start": 817841654,
            "stop": 817842125
        },
        {
            "start": 817842245,
            "stop": 817843336
        },
        {
            "start": 817843456,
            "stop": 817844246
        },
        {
            "start": 817844247,
            "stop": 817847439
        },
        {
            "start": 817847442,
            "stop": 817849185
        },
        {
            "start": 817849305,
            "stop": 817849565
        },
        {
            "start": 817849685,
            "stop": 817849695
        },
        {
            "start": 817849923,
            "stop": 817851366
        },
        {
            "start": 817851563,
            "stop": 817852022
        },
        {
            "start": 817855011,
            "stop": 817855167
        },
        {
            "start": 817856796,
            "stop": 817858829
        },
        {
            "start": 817858832,
            "stop": 817859370
        },
        {
            "start": 817859978,
            "stop": 817860747
        },
        {
            "start": 817860750,
            "stop": 817862033
        },
        {
            "start": 817862153,
            "stop": 817862572
        },
        {
            "start": 817862754,
            "stop": 817864003
        },
        {
            "start": 817864123,
            "stop": 817864431
        },
        {
            "start": 817864551,
            "stop": 817865065
        },
        {
            "start": 817865185,
            "stop": 817865992
        },
        {
            "start": 817865995,
            "stop": 817868163
        }
    ]
}