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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=62",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 63,
    "results": [
        {
            "start": 931404235,
            "stop": 931404278
        },
        {
            "start": 931404301,
            "stop": 931404337
        },
        {
            "start": 931404355,
            "stop": 931404364
        },
        {
            "start": 931404428,
            "stop": 931404464
        },
        {
            "start": 931413997,
            "stop": 931415060
        },
        {
            "start": 931418878,
            "stop": 931418913
        },
        {
            "start": 931418915,
            "stop": 931419077
        },
        {
            "start": 931419079,
            "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
        }
    ]
}