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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=87",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 88,
    "results": [
        {
            "start": 818327343,
            "stop": 818334840
        },
        {
            "start": 818334900,
            "stop": 818338813
        },
        {
            "start": 818338836,
            "stop": 818338838
        },
        {
            "start": 818340677,
            "stop": 818342923
        },
        {
            "start": 818343104,
            "stop": 818343120
        },
        {
            "start": 818343180,
            "stop": 818343192
        },
        {
            "start": 818344995,
            "stop": 818345473
        },
        {
            "start": 818345636,
            "stop": 818346853
        },
        {
            "start": 818349742,
            "stop": 818352306
        },
        {
            "start": 818355312,
            "stop": 818356273
        },
        {
            "start": 818358542,
            "stop": 818365813
        },
        {
            "start": 818365824,
            "stop": 818365825
        },
        {
            "start": 818367579,
            "stop": 818370152
        },
        {
            "start": 818370159,
            "stop": 818370673
        },
        {
            "start": 818370726,
            "stop": 818370727
        },
        {
            "start": 818371863,
            "stop": 818372760
        },
        {
            "start": 818372767,
            "stop": 818387420
        },
        {
            "start": 818387424,
            "stop": 818407393
        },
        {
            "start": 818409295,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818419686
        }
    ]
}