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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9938",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9939,
    "results": [
        {
            "start": 875033092,
            "stop": 875033100
        },
        {
            "start": 875033160,
            "stop": 875033220
        },
        {
            "start": 875033400,
            "stop": 875033695
        },
        {
            "start": 875033712,
            "stop": 875033858
        },
        {
            "start": 875033875,
            "stop": 875033940
        },
        {
            "start": 875034060,
            "stop": 875034386
        },
        {
            "start": 875034403,
            "stop": 875035080
        },
        {
            "start": 875035140,
            "stop": 875035922
        },
        {
            "start": 875035939,
            "stop": 875036027
        },
        {
            "start": 875036285,
            "stop": 875037284
        },
        {
            "start": 875037465,
            "stop": 875037730
        },
        {
            "start": 875037747,
            "stop": 875038206
        },
        {
            "start": 875038326,
            "stop": 875038500
        },
        {
            "start": 875038560,
            "stop": 875038731
        },
        {
            "start": 875038748,
            "stop": 875038777
        },
        {
            "start": 875038794,
            "stop": 875038954
        },
        {
            "start": 875038971,
            "stop": 875039143
        },
        {
            "start": 875039160,
            "stop": 875039220
        },
        {
            "start": 875039280,
            "stop": 875039288
        },
        {
            "start": 875039305,
            "stop": 875039412
        }
    ]
}