Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=129
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=128",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 129,
    "results": [
        {
            "start": 861045286,
            "stop": 861055438
        },
        {
            "start": 861058402,
            "stop": 861064804
        },
        {
            "start": 861066433,
            "stop": 861068177
        },
        {
            "start": 861071535,
            "stop": 861071829
        },
        {
            "start": 861072262,
            "stop": 861073832
        },
        {
            "start": 861074809,
            "stop": 861084197
        },
        {
            "start": 861084976,
            "stop": 861089145
        },
        {
            "start": 861091574,
            "stop": 861111719
        },
        {
            "start": 861112132,
            "stop": 861124678
        },
        {
            "start": 861126245,
            "stop": 861131216
        },
        {
            "start": 861131918,
            "stop": 861132443
        },
        {
            "start": 861133573,
            "stop": 861133846
        },
        {
            "start": 861134995,
            "stop": 861141030
        },
        {
            "start": 861142452,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861175530
        },
        {
            "start": 861177633,
            "stop": 861214956
        },
        {
            "start": 861217824,
            "stop": 861221357
        },
        {
            "start": 861222537,
            "stop": 861233095
        },
        {
            "start": 861235529,
            "stop": 861278802
        }
    ]
}