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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=73",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 74,
    "results": [
        {
            "start": 823048716,
            "stop": 823048717
        },
        {
            "start": 823048874,
            "stop": 823078023
        },
        {
            "start": 823078387,
            "stop": 823079723
        },
        {
            "start": 823079841,
            "stop": 823080373
        },
        {
            "start": 823162635,
            "stop": 823162664
        },
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823187527
        },
        {
            "start": 823187827,
            "stop": 823187874
        },
        {
            "start": 823187984,
            "stop": 823188133
        },
        {
            "start": 823190504,
            "stop": 823191047
        },
        {
            "start": 823192729,
            "stop": 823193342
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205222
        },
        {
            "start": 823205697,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823223113
        },
        {
            "start": 823223135,
            "stop": 823223136
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240813
        },
        {
            "start": 823240825,
            "stop": 823240827
        },
        {
            "start": 823243120,
            "stop": 823243901
        }
    ]
}