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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=156",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 157,
    "results": [
        {
            "start": 1176781389,
            "stop": 1176781461
        },
        {
            "start": 1176781463,
            "stop": 1176781472
        },
        {
            "start": 1176781473,
            "stop": 1176781713
        },
        {
            "start": 1176781719,
            "stop": 1176781786
        },
        {
            "start": 1176781790,
            "stop": 1176781793
        },
        {
            "start": 1176781795,
            "stop": 1176781876
        },
        {
            "start": 1176781879,
            "stop": 1176781943
        },
        {
            "start": 1176781945,
            "stop": 1176788575
        },
        {
            "start": 1176788577,
            "stop": 1176788704
        },
        {
            "start": 1176788706,
            "stop": 1176788707
        },
        {
            "start": 1176788708,
            "stop": 1176788709
        },
        {
            "start": 1176788710,
            "stop": 1176788891
        },
        {
            "start": 1176788892,
            "stop": 1176788894
        },
        {
            "start": 1176788896,
            "stop": 1176788897
        },
        {
            "start": 1176788898,
            "stop": 1176788958
        },
        {
            "start": 1176788961,
            "stop": 1176789012
        },
        {
            "start": 1176789013,
            "stop": 1176789016
        },
        {
            "start": 1176789018,
            "stop": 1176789025
        },
        {
            "start": 1176789028,
            "stop": 1176789305
        },
        {
            "start": 1176789306,
            "stop": 1176789895
        }
    ]
}