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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=66",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 67,
    "results": [
        {
            "start": 821333695,
            "stop": 821333759
        },
        {
            "start": 821333762,
            "stop": 821333784
        },
        {
            "start": 821333787,
            "stop": 821333909
        },
        {
            "start": 821333912,
            "stop": 821334216
        },
        {
            "start": 821334219,
            "stop": 821335112
        },
        {
            "start": 821335115,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821335507
        },
        {
            "start": 821335510,
            "stop": 821335850
        },
        {
            "start": 821335853,
            "stop": 821335898
        },
        {
            "start": 821335901,
            "stop": 821335932
        },
        {
            "start": 821335935,
            "stop": 821344195
        },
        {
            "start": 821344201,
            "stop": 821347229
        },
        {
            "start": 821347236,
            "stop": 821347744
        },
        {
            "start": 821347747,
            "stop": 821347770
        },
        {
            "start": 821347773,
            "stop": 821348624
        },
        {
            "start": 821348627,
            "stop": 821348946
        },
        {
            "start": 821348949,
            "stop": 821348997
        },
        {
            "start": 821349000,
            "stop": 821349087
        },
        {
            "start": 821349090,
            "stop": 821349215
        },
        {
            "start": 821349218,
            "stop": 821349286
        }
    ]
}