Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=380
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=381",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=379",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 380,
    "results": [
        {
            "start": 934830166,
            "stop": 934830182
        },
        {
            "start": 934830185,
            "stop": 934830191
        },
        {
            "start": 934830194,
            "stop": 934830216
        },
        {
            "start": 934830219,
            "stop": 934830232
        },
        {
            "start": 934830236,
            "stop": 934833299
        },
        {
            "start": 934833301,
            "stop": 934833766
        },
        {
            "start": 934833768,
            "stop": 934833786
        },
        {
            "start": 934833788,
            "stop": 934833819
        },
        {
            "start": 934833822,
            "stop": 934833836
        },
        {
            "start": 934833839,
            "stop": 934835110
        },
        {
            "start": 934835112,
            "stop": 934835122
        },
        {
            "start": 934835124,
            "stop": 934835240
        },
        {
            "start": 934837092,
            "stop": 934837386
        },
        {
            "start": 934837389,
            "stop": 934837396
        },
        {
            "start": 934837398,
            "stop": 934837415
        },
        {
            "start": 934837417,
            "stop": 934837420
        },
        {
            "start": 934837423,
            "stop": 934837437
        },
        {
            "start": 934837441,
            "stop": 934840960
        },
        {
            "start": 934840963,
            "stop": 934840967
        },
        {
            "start": 934840972,
            "stop": 934840986
        }
    ]
}