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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6205",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6206,
    "results": [
        {
            "start": 874636444,
            "stop": 874636485
        },
        {
            "start": 874636489,
            "stop": 874636531
        },
        {
            "start": 874636534,
            "stop": 874636637
        },
        {
            "start": 874636642,
            "stop": 874636650
        },
        {
            "start": 874636654,
            "stop": 874636655
        },
        {
            "start": 874636658,
            "stop": 874636770
        },
        {
            "start": 874636773,
            "stop": 874637028
        },
        {
            "start": 874637031,
            "stop": 874637544
        },
        {
            "start": 874637547,
            "stop": 874638023
        },
        {
            "start": 874638027,
            "stop": 874638044
        },
        {
            "start": 874638047,
            "stop": 874638259
        },
        {
            "start": 874638263,
            "stop": 874638323
        },
        {
            "start": 874638327,
            "stop": 874638342
        },
        {
            "start": 874638347,
            "stop": 874639447
        },
        {
            "start": 874639448,
            "stop": 874639478
        },
        {
            "start": 874639481,
            "stop": 874639694
        },
        {
            "start": 874639710,
            "stop": 874639768
        },
        {
            "start": 874639771,
            "stop": 874639841
        },
        {
            "start": 874639845,
            "stop": 874639931
        },
        {
            "start": 874639933,
            "stop": 874640149
        }
    ]
}