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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 79,
    "results": [
        {
            "start": 931262905,
            "stop": 931263016
        },
        {
            "start": 931263017,
            "stop": 931263057
        },
        {
            "start": 931263059,
            "stop": 931263100
        },
        {
            "start": 931263101,
            "stop": 931263118
        },
        {
            "start": 931263119,
            "stop": 931263238
        },
        {
            "start": 931263239,
            "stop": 931263294
        },
        {
            "start": 931263295,
            "stop": 931263369
        },
        {
            "start": 931263371,
            "stop": 931263379
        },
        {
            "start": 931263381,
            "stop": 931263410
        },
        {
            "start": 931263411,
            "stop": 931263519
        },
        {
            "start": 931263520,
            "stop": 931263681
        },
        {
            "start": 931263682,
            "stop": 931263949
        },
        {
            "start": 931263950,
            "stop": 931263976
        },
        {
            "start": 931263977,
            "stop": 931264001
        },
        {
            "start": 931264002,
            "stop": 931264059
        },
        {
            "start": 931264060,
            "stop": 931264079
        },
        {
            "start": 931264080,
            "stop": 931264104
        },
        {
            "start": 931264105,
            "stop": 931264129
        },
        {
            "start": 931264130,
            "stop": 931264237
        },
        {
            "start": 931264238,
            "stop": 931264340
        }
    ]
}