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=21
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=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=20",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 21,
    "results": [
        {
            "start": 931138762,
            "stop": 931138764
        },
        {
            "start": 931138812,
            "stop": 931138816
        },
        {
            "start": 931138838,
            "stop": 931138934
        },
        {
            "start": 931138978,
            "stop": 931138995
        },
        {
            "start": 931139310,
            "stop": 931139330
        },
        {
            "start": 931139403,
            "stop": 931139404
        },
        {
            "start": 931139428,
            "stop": 931139433
        },
        {
            "start": 931139498,
            "stop": 931139523
        },
        {
            "start": 931151178,
            "stop": 931151182
        },
        {
            "start": 931151224,
            "stop": 931151225
        },
        {
            "start": 931151226,
            "stop": 931151227
        },
        {
            "start": 931151230,
            "stop": 931151231
        },
        {
            "start": 931151233,
            "stop": 931151234
        },
        {
            "start": 931151238,
            "stop": 931151239
        },
        {
            "start": 931151240,
            "stop": 931151252
        },
        {
            "start": 931151253,
            "stop": 931151254
        },
        {
            "start": 931151289,
            "stop": 931151296
        },
        {
            "start": 931151299,
            "stop": 931151326
        },
        {
            "start": 931151327,
            "stop": 931151339
        },
        {
            "start": 931151357,
            "stop": 931151358
        }
    ]
}