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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=409",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=407",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 408,
    "results": [
        {
            "start": 865128630,
            "stop": 865128645
        },
        {
            "start": 865128649,
            "stop": 865128697
        },
        {
            "start": 865128706,
            "stop": 865128844
        },
        {
            "start": 865128848,
            "stop": 865129658
        },
        {
            "start": 865129662,
            "stop": 865130153
        },
        {
            "start": 865130157,
            "stop": 865130196
        },
        {
            "start": 865130205,
            "stop": 865130254
        },
        {
            "start": 865130263,
            "stop": 865130279
        },
        {
            "start": 865130282,
            "stop": 865130286
        },
        {
            "start": 865130472,
            "stop": 865130595
        },
        {
            "start": 865130599,
            "stop": 865130629
        },
        {
            "start": 865130632,
            "stop": 865130843
        },
        {
            "start": 865130848,
            "stop": 865130867
        },
        {
            "start": 865130871,
            "stop": 865131424
        },
        {
            "start": 865131429,
            "stop": 865132279
        },
        {
            "start": 865132283,
            "stop": 865172572
        },
        {
            "start": 865172774,
            "stop": 865173608
        },
        {
            "start": 865173617,
            "stop": 865176520
        },
        {
            "start": 865176524,
            "stop": 865177643
        },
        {
            "start": 865177647,
            "stop": 865180321
        }
    ]
}