Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1065
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1066",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1064",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1065,
    "results": [
        {
            "start": 1136380478,
            "stop": 1136380598
        },
        {
            "start": 1136380601,
            "stop": 1136380608
        },
        {
            "start": 1136380611,
            "stop": 1136380669
        },
        {
            "start": 1136380672,
            "stop": 1136380742
        },
        {
            "start": 1136380745,
            "stop": 1136380778
        },
        {
            "start": 1136380781,
            "stop": 1136380818
        },
        {
            "start": 1136380821,
            "stop": 1136380826
        },
        {
            "start": 1136380828,
            "stop": 1136380883
        },
        {
            "start": 1136380886,
            "stop": 1136380910
        },
        {
            "start": 1136380913,
            "stop": 1136380952
        },
        {
            "start": 1136380955,
            "stop": 1136381053
        },
        {
            "start": 1136381056,
            "stop": 1136381061
        },
        {
            "start": 1136381064,
            "stop": 1136381096
        },
        {
            "start": 1136381098,
            "stop": 1136381130
        },
        {
            "start": 1136381133,
            "stop": 1136381197
        },
        {
            "start": 1136381200,
            "stop": 1136381274
        },
        {
            "start": 1136381277,
            "stop": 1136381303
        },
        {
            "start": 1136381306,
            "stop": 1136381330
        },
        {
            "start": 1136381333,
            "stop": 1136381350
        },
        {
            "start": 1136381353,
            "stop": 1136381399
        }
    ]
}