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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33324",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33325,
    "results": [
        {
            "start": 971028466,
            "stop": 971028519
        },
        {
            "start": 971028522,
            "stop": 971028523
        },
        {
            "start": 971028524,
            "stop": 971028532
        },
        {
            "start": 971028533,
            "stop": 971028607
        },
        {
            "start": 971028610,
            "stop": 971028633
        },
        {
            "start": 971028635,
            "stop": 971028729
        },
        {
            "start": 971028731,
            "stop": 971028763
        },
        {
            "start": 971028766,
            "stop": 971028770
        },
        {
            "start": 971028773,
            "stop": 971028806
        },
        {
            "start": 971028807,
            "stop": 971028846
        },
        {
            "start": 971028849,
            "stop": 971028854
        },
        {
            "start": 971028855,
            "stop": 971028868
        },
        {
            "start": 971028869,
            "stop": 971028877
        },
        {
            "start": 971028880,
            "stop": 971028888
        },
        {
            "start": 971028890,
            "stop": 971028922
        },
        {
            "start": 971028935,
            "stop": 971028941
        },
        {
            "start": 971028944,
            "stop": 971028958
        },
        {
            "start": 971028959,
            "stop": 971028960
        },
        {
            "start": 971028961,
            "stop": 971029046
        },
        {
            "start": 971029047,
            "stop": 971029058
        }
    ]
}