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/H1_STOCH_CAT2_H1L1/segments?format=api
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=2",
    "previous": null,
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1,
    "results": [
        {
            "start": 816065748,
            "stop": 816065868
        },
        {
            "start": 816070248,
            "stop": 816070428
        },
        {
            "start": 816070724,
            "stop": 816071324
        },
        {
            "start": 816071464,
            "stop": 816072904
        },
        {
            "start": 816074471,
            "stop": 816075791
        },
        {
            "start": 816085875,
            "stop": 816085935
        },
        {
            "start": 816086072,
            "stop": 816086192
        },
        {
            "start": 816086905,
            "stop": 816086965
        },
        {
            "start": 816087139,
            "stop": 816087739
        },
        {
            "start": 816088282,
            "stop": 816089422
        },
        {
            "start": 816089598,
            "stop": 816090018
        },
        {
            "start": 816090175,
            "stop": 816091135
        },
        {
            "start": 816091296,
            "stop": 816091746
        },
        {
            "start": 816091776,
            "stop": 816091836
        },
        {
            "start": 816097357,
            "stop": 816097537
        },
        {
            "start": 816260886,
            "stop": 816262386
        },
        {
            "start": 816262573,
            "stop": 816264673
        },
        {
            "start": 816267284,
            "stop": 816269264
        },
        {
            "start": 816271193,
            "stop": 816271373
        },
        {
            "start": 816321162,
            "stop": 816323862
        }
    ]
}