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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=952",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 953,
    "results": [
        {
            "start": 867627509,
            "stop": 867628319
        },
        {
            "start": 867628439,
            "stop": 867628499
        },
        {
            "start": 867628559,
            "stop": 867628739
        },
        {
            "start": 867628829,
            "stop": 867633089
        },
        {
            "start": 867633286,
            "stop": 867635836
        },
        {
            "start": 867635986,
            "stop": 867637426
        },
        {
            "start": 867637606,
            "stop": 867642646
        },
        {
            "start": 867642796,
            "stop": 867646786
        },
        {
            "start": 867647044,
            "stop": 867649594
        },
        {
            "start": 867649744,
            "stop": 867650224
        },
        {
            "start": 867650601,
            "stop": 867653781
        },
        {
            "start": 867655492,
            "stop": 867662512
        },
        {
            "start": 867662716,
            "stop": 867663316
        },
        {
            "start": 867663466,
            "stop": 867670126
        },
        {
            "start": 867671668,
            "stop": 867672088
        },
        {
            "start": 867672242,
            "stop": 867672782
        },
        {
            "start": 867672957,
            "stop": 867674877
        },
        {
            "start": 867675090,
            "stop": 867675150
        },
        {
            "start": 867681733,
            "stop": 867681793
        },
        {
            "start": 867682164,
            "stop": 867683394
        }
    ]
}