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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=123",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 124,
    "results": [
        {
            "start": 827236956,
            "stop": 827236975
        },
        {
            "start": 827236984,
            "stop": 827236994
        },
        {
            "start": 827237008,
            "stop": 827237014
        },
        {
            "start": 827237018,
            "stop": 827237033
        },
        {
            "start": 827237042,
            "stop": 827237047
        },
        {
            "start": 827237066,
            "stop": 827237119
        },
        {
            "start": 827237123,
            "stop": 827237130
        },
        {
            "start": 827237134,
            "stop": 827237168
        },
        {
            "start": 827237171,
            "stop": 827237182
        },
        {
            "start": 827237186,
            "stop": 827237196
        },
        {
            "start": 827237200,
            "stop": 827237211
        },
        {
            "start": 827237215,
            "stop": 827237250
        },
        {
            "start": 827237254,
            "stop": 827237336
        },
        {
            "start": 827237340,
            "stop": 827237571
        },
        {
            "start": 827237575,
            "stop": 827237581
        },
        {
            "start": 827237589,
            "stop": 827237609
        },
        {
            "start": 827237613,
            "stop": 827237619
        },
        {
            "start": 827237623,
            "stop": 827237629
        },
        {
            "start": 827237637,
            "stop": 827238077
        },
        {
            "start": 827238524,
            "stop": 827247725
        }
    ]
}