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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6584",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6582",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6583,
    "results": [
        {
            "start": 874598336,
            "stop": 874598361
        },
        {
            "start": 874598363,
            "stop": 874598832
        },
        {
            "start": 874598833,
            "stop": 874599210
        },
        {
            "start": 874599211,
            "stop": 874599717
        },
        {
            "start": 874599718,
            "stop": 874599944
        },
        {
            "start": 874599946,
            "stop": 874600357
        },
        {
            "start": 874600358,
            "stop": 874600620
        },
        {
            "start": 874600622,
            "stop": 874601119
        },
        {
            "start": 874601120,
            "stop": 874601164
        },
        {
            "start": 874601165,
            "stop": 874601348
        },
        {
            "start": 874601349,
            "stop": 874601418
        },
        {
            "start": 874601419,
            "stop": 874602359
        },
        {
            "start": 874602360,
            "stop": 874602421
        },
        {
            "start": 874602423,
            "stop": 874602711
        },
        {
            "start": 874602712,
            "stop": 874602837
        },
        {
            "start": 874602838,
            "stop": 874602957
        },
        {
            "start": 874602958,
            "stop": 874603780
        },
        {
            "start": 874603781,
            "stop": 874604069
        },
        {
            "start": 874604071,
            "stop": 874604340
        },
        {
            "start": 874604341,
            "stop": 874604646
        }
    ]
}