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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=414",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 415,
    "results": [
        {
            "start": 865200383,
            "stop": 865200389
        },
        {
            "start": 865200392,
            "stop": 865200470
        },
        {
            "start": 865200473,
            "stop": 865200533
        },
        {
            "start": 865200536,
            "stop": 865200542
        },
        {
            "start": 865200565,
            "stop": 865200865
        },
        {
            "start": 865200869,
            "stop": 865200879
        },
        {
            "start": 865200883,
            "stop": 865200889
        },
        {
            "start": 865200892,
            "stop": 865200898
        },
        {
            "start": 865200902,
            "stop": 865200932
        },
        {
            "start": 865200935,
            "stop": 865200956
        },
        {
            "start": 865200964,
            "stop": 865200985
        },
        {
            "start": 865200993,
            "stop": 865201123
        },
        {
            "start": 865201127,
            "stop": 865201298
        },
        {
            "start": 865201301,
            "stop": 865201336
        },
        {
            "start": 865201343,
            "stop": 865201348
        },
        {
            "start": 865201352,
            "stop": 865201386
        },
        {
            "start": 865201389,
            "stop": 865201425
        },
        {
            "start": 865201798,
            "stop": 865201821
        },
        {
            "start": 865201824,
            "stop": 865201850
        },
        {
            "start": 865201854,
            "stop": 865201865
        }
    ]
}