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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5037",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5038,
    "results": [
        {
            "start": 874571774,
            "stop": 874572331
        },
        {
            "start": 874572350,
            "stop": 874572369
        },
        {
            "start": 874572388,
            "stop": 874572621
        },
        {
            "start": 874572640,
            "stop": 874573025
        },
        {
            "start": 874573043,
            "stop": 874573429
        },
        {
            "start": 874573449,
            "stop": 874573751
        },
        {
            "start": 874573771,
            "stop": 874574301
        },
        {
            "start": 874574321,
            "stop": 874574420
        },
        {
            "start": 874574439,
            "stop": 874574661
        },
        {
            "start": 874574680,
            "stop": 874574693
        },
        {
            "start": 874574712,
            "stop": 874574893
        },
        {
            "start": 874574912,
            "stop": 874574942
        },
        {
            "start": 874574961,
            "stop": 874575011
        },
        {
            "start": 874575031,
            "stop": 874575066
        },
        {
            "start": 874575085,
            "stop": 874575186
        },
        {
            "start": 874575205,
            "stop": 874575262
        },
        {
            "start": 874575287,
            "stop": 874575478
        },
        {
            "start": 874575497,
            "stop": 874575505
        },
        {
            "start": 874575524,
            "stop": 874575572
        },
        {
            "start": 874575591,
            "stop": 874575617
        }
    ]
}