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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46882",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46883,
    "results": [
        {
            "start": 875152885,
            "stop": 875152892
        },
        {
            "start": 875152893,
            "stop": 875152905
        },
        {
            "start": 875152907,
            "stop": 875152940
        },
        {
            "start": 875152941,
            "stop": 875152991
        },
        {
            "start": 875152992,
            "stop": 875153020
        },
        {
            "start": 875153023,
            "stop": 875153047
        },
        {
            "start": 875153049,
            "stop": 875153052
        },
        {
            "start": 875153054,
            "stop": 875153062
        },
        {
            "start": 875153063,
            "stop": 875153074
        },
        {
            "start": 875153075,
            "stop": 875153113
        },
        {
            "start": 875153114,
            "stop": 875153127
        },
        {
            "start": 875153128,
            "stop": 875153188
        },
        {
            "start": 875153192,
            "stop": 875153193
        },
        {
            "start": 875153194,
            "stop": 875153220
        },
        {
            "start": 875153224,
            "stop": 875153242
        },
        {
            "start": 875153244,
            "stop": 875153265
        },
        {
            "start": 875153267,
            "stop": 875153289
        },
        {
            "start": 875153291,
            "stop": 875153310
        },
        {
            "start": 875153311,
            "stop": 875153318
        },
        {
            "start": 875153322,
            "stop": 875153368
        }
    ]
}