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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=117",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 118,
    "results": [
        {
            "start": 829699336,
            "stop": 829701789
        },
        {
            "start": 829704904,
            "stop": 829704939
        },
        {
            "start": 829704940,
            "stop": 829705018
        },
        {
            "start": 829705682,
            "stop": 829705933
        },
        {
            "start": 829706699,
            "stop": 829707288
        },
        {
            "start": 829707967,
            "stop": 829708987
        },
        {
            "start": 829709987,
            "stop": 829710199
        },
        {
            "start": 829710352,
            "stop": 829710443
        },
        {
            "start": 829710444,
            "stop": 829710557
        },
        {
            "start": 829711852,
            "stop": 829726185
        },
        {
            "start": 829728894,
            "stop": 829744736
        },
        {
            "start": 829746503,
            "stop": 829782891
        },
        {
            "start": 829783927,
            "stop": 829842553
        },
        {
            "start": 829845466,
            "stop": 829856135
        },
        {
            "start": 829857178,
            "stop": 829860244
        },
        {
            "start": 829861360,
            "stop": 829886946
        },
        {
            "start": 829889195,
            "stop": 829893853
        },
        {
            "start": 829896356,
            "stop": 829928574
        },
        {
            "start": 829935935,
            "stop": 829936013
        },
        {
            "start": 829937064,
            "stop": 829937768
        }
    ]
}