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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=60",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 61,
    "results": [
        {
            "start": 931404355,
            "stop": 931404359
        },
        {
            "start": 931413997,
            "stop": 931414955
        },
        {
            "start": 931418878,
            "stop": 931418913
        },
        {
            "start": 931418915,
            "stop": 931419077
        },
        {
            "start": 931419079,
            "stop": 931419830
        },
        {
            "start": 931419890,
            "stop": 931419950
        },
        {
            "start": 931420010,
            "stop": 931420815
        },
        {
            "start": 931421175,
            "stop": 931421208
        },
        {
            "start": 931421210,
            "stop": 931421608
        },
        {
            "start": 931421639,
            "stop": 931422451
        },
        {
            "start": 931422454,
            "stop": 931422767
        },
        {
            "start": 931422769,
            "stop": 931422979
        },
        {
            "start": 931422981,
            "stop": 931423035
        },
        {
            "start": 931423053,
            "stop": 931423127
        },
        {
            "start": 931423129,
            "stop": 931423187
        },
        {
            "start": 931423189,
            "stop": 931423216
        },
        {
            "start": 931423219,
            "stop": 931423276
        },
        {
            "start": 931423280,
            "stop": 931423321
        },
        {
            "start": 931423324,
            "stop": 931423336
        },
        {
            "start": 931423339,
            "stop": 931423351
        }
    ]
}