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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=61",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 62,
    "results": [
        {
            "start": 817790570,
            "stop": 817792397
        },
        {
            "start": 817792414,
            "stop": 817813439
        },
        {
            "start": 817813442,
            "stop": 817821483
        },
        {
            "start": 817822627,
            "stop": 817824105
        },
        {
            "start": 817824123,
            "stop": 817824337
        },
        {
            "start": 817828411,
            "stop": 817828865
        },
        {
            "start": 817828869,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817834165
        },
        {
            "start": 817834185,
            "stop": 817834490
        },
        {
            "start": 817834493,
            "stop": 817834686
        },
        {
            "start": 817834689,
            "stop": 817836408
        },
        {
            "start": 817836425,
            "stop": 817837582
        },
        {
            "start": 817837585,
            "stop": 817838252
        },
        {
            "start": 817838256,
            "stop": 817839241
        },
        {
            "start": 817841097,
            "stop": 817841630
        },
        {
            "start": 817841647,
            "stop": 817841700
        },
        {
            "start": 817841760,
            "stop": 817842120
        },
        {
            "start": 817842180,
            "stop": 817842511
        },
        {
            "start": 817842514,
            "stop": 817844149
        },
        {
            "start": 817844166,
            "stop": 817844238
        }
    ]
}