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/S6/timelines/H1_CW_CAT1/segments?format=api&page=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=77",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 78,
    "results": [
        {
            "start": 943980402,
            "stop": 943983185
        },
        {
            "start": 943983878,
            "stop": 944004052
        },
        {
            "start": 944006081,
            "stop": 944015009
        },
        {
            "start": 944017658,
            "stop": 944033427
        },
        {
            "start": 944035346,
            "stop": 944044578
        },
        {
            "start": 944046357,
            "stop": 944056526
        },
        {
            "start": 944059041,
            "stop": 944081057
        },
        {
            "start": 944083917,
            "stop": 944105906
        },
        {
            "start": 944108679,
            "stop": 944123187
        },
        {
            "start": 944123193,
            "stop": 944126093
        },
        {
            "start": 944183787,
            "stop": 944183790
        },
        {
            "start": 944183794,
            "stop": 944183918
        },
        {
            "start": 944183922,
            "stop": 944184095
        },
        {
            "start": 944184100,
            "stop": 944184201
        },
        {
            "start": 944184204,
            "stop": 944184247
        },
        {
            "start": 944184255,
            "stop": 944184273
        },
        {
            "start": 944184276,
            "stop": 944184544
        },
        {
            "start": 944184549,
            "stop": 944184637
        },
        {
            "start": 944184640,
            "stop": 944184648
        },
        {
            "start": 944184651,
            "stop": 944184655
        }
    ]
}