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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=227",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 228,
    "results": [
        {
            "start": 958417434,
            "stop": 958417435
        },
        {
            "start": 958417438,
            "stop": 958417483
        },
        {
            "start": 958417487,
            "stop": 958417529
        },
        {
            "start": 958417532,
            "stop": 958417613
        },
        {
            "start": 958417621,
            "stop": 958417636
        },
        {
            "start": 958417644,
            "stop": 958417647
        },
        {
            "start": 958417653,
            "stop": 958417773
        },
        {
            "start": 958417777,
            "stop": 958417860
        },
        {
            "start": 958417863,
            "stop": 958417883
        },
        {
            "start": 958417890,
            "stop": 958417898
        },
        {
            "start": 958417902,
            "stop": 958417953
        },
        {
            "start": 958417956,
            "stop": 958418056
        },
        {
            "start": 958418063,
            "stop": 958418159
        },
        {
            "start": 958418162,
            "stop": 958418172
        },
        {
            "start": 958418185,
            "stop": 958418186
        },
        {
            "start": 958418189,
            "stop": 958418213
        },
        {
            "start": 958418217,
            "stop": 958418247
        },
        {
            "start": 958418251,
            "stop": 958418252
        },
        {
            "start": 958418255,
            "stop": 958418264
        },
        {
            "start": 958418267,
            "stop": 958418330
        }
    ]
}