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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4380",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4381,
    "results": [
        {
            "start": 875091383,
            "stop": 875092632
        },
        {
            "start": 875092651,
            "stop": 875095484
        },
        {
            "start": 875095665,
            "stop": 875099739
        },
        {
            "start": 875099758,
            "stop": 875102314
        },
        {
            "start": 875102334,
            "stop": 875102520
        },
        {
            "start": 875102539,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875103931
        },
        {
            "start": 875106680,
            "stop": 875109214
        },
        {
            "start": 875109875,
            "stop": 875109973
        },
        {
            "start": 875110093,
            "stop": 875110186
        },
        {
            "start": 875110306,
            "stop": 875110380
        },
        {
            "start": 875110620,
            "stop": 875110920
        },
        {
            "start": 875110980,
            "stop": 875111520
        },
        {
            "start": 875111580,
            "stop": 875112439
        },
        {
            "start": 875112458,
            "stop": 875112622
        },
        {
            "start": 875112816,
            "stop": 875113500
        },
        {
            "start": 875113560,
            "stop": 875113974
        },
        {
            "start": 875113993,
            "stop": 875114063
        },
        {
            "start": 875114082,
            "stop": 875114339
        },
        {
            "start": 875114358,
            "stop": 875114887
        }
    ]
}