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=4341
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=4342",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4340",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4341,
    "results": [
        {
            "start": 874747200,
            "stop": 874747340
        },
        {
            "start": 874747359,
            "stop": 874747440
        },
        {
            "start": 874747560,
            "stop": 874747664
        },
        {
            "start": 874747688,
            "stop": 874747749
        },
        {
            "start": 874747772,
            "stop": 874747879
        },
        {
            "start": 874747898,
            "stop": 874747933
        },
        {
            "start": 874747953,
            "stop": 874748069
        },
        {
            "start": 874748088,
            "stop": 874748090
        },
        {
            "start": 874748129,
            "stop": 874748150
        },
        {
            "start": 874748182,
            "stop": 874748344
        },
        {
            "start": 874748363,
            "stop": 874748520
        },
        {
            "start": 874748580,
            "stop": 874748608
        },
        {
            "start": 874748627,
            "stop": 874748718
        },
        {
            "start": 874748737,
            "stop": 874748739
        },
        {
            "start": 874748758,
            "stop": 874748827
        },
        {
            "start": 874748847,
            "stop": 874748850
        },
        {
            "start": 874748869,
            "stop": 874748892
        },
        {
            "start": 874748912,
            "stop": 874748945
        },
        {
            "start": 874748965,
            "stop": 874749084
        },
        {
            "start": 874749125,
            "stop": 874749149
        }
    ]
}