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=116
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=117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=115",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 116,
    "results": [
        {
            "start": 829234816,
            "stop": 829248302
        },
        {
            "start": 829250842,
            "stop": 829259473
        },
        {
            "start": 829260459,
            "stop": 829263372
        },
        {
            "start": 829278750,
            "stop": 829288389
        },
        {
            "start": 829288566,
            "stop": 829330993
        },
        {
            "start": 829332203,
            "stop": 829333729
        },
        {
            "start": 829334416,
            "stop": 829335944
        },
        {
            "start": 829336991,
            "stop": 829340653
        },
        {
            "start": 829340666,
            "stop": 829340667
        },
        {
            "start": 829340787,
            "stop": 829349113
        },
        {
            "start": 829352466,
            "stop": 829363303
        },
        {
            "start": 829364452,
            "stop": 829380193
        },
        {
            "start": 829380906,
            "stop": 829396081
        },
        {
            "start": 829396641,
            "stop": 829396926
        },
        {
            "start": 829397041,
            "stop": 829407651
        },
        {
            "start": 829434834,
            "stop": 829436898
        },
        {
            "start": 829438694,
            "stop": 829456763
        },
        {
            "start": 829458286,
            "stop": 829497152
        },
        {
            "start": 829498779,
            "stop": 829505303
        },
        {
            "start": 829505306,
            "stop": 829508121
        }
    ]
}