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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=346",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 347,
    "results": [
        {
            "start": 869617306,
            "stop": 869617345
        },
        {
            "start": 869619478,
            "stop": 869648676
        },
        {
            "start": 869649455,
            "stop": 869661162
        },
        {
            "start": 869662565,
            "stop": 869662571
        },
        {
            "start": 869662776,
            "stop": 869667878
        },
        {
            "start": 869670071,
            "stop": 869693659
        },
        {
            "start": 869693668,
            "stop": 869694669
        },
        {
            "start": 869694674,
            "stop": 869720555
        },
        {
            "start": 869725134,
            "stop": 869773232
        },
        {
            "start": 869779285,
            "stop": 869858179
        },
        {
            "start": 869861420,
            "stop": 869868618
        },
        {
            "start": 869869301,
            "stop": 869871429
        },
        {
            "start": 869872091,
            "stop": 869922571
        },
        {
            "start": 869923613,
            "stop": 869929063
        },
        {
            "start": 869953560,
            "stop": 869954358
        },
        {
            "start": 869956192,
            "stop": 869986892
        },
        {
            "start": 869987780,
            "stop": 869992010
        },
        {
            "start": 869993940,
            "stop": 870024090
        },
        {
            "start": 870030576,
            "stop": 870031052
        },
        {
            "start": 870034948,
            "stop": 870038662
        }
    ]
}