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=6627
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=6628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6626",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6627,
    "results": [
        {
            "start": 874855219,
            "stop": 874855272
        },
        {
            "start": 874855273,
            "stop": 874855418
        },
        {
            "start": 874855419,
            "stop": 874855482
        },
        {
            "start": 874855484,
            "stop": 874855486
        },
        {
            "start": 874855487,
            "stop": 874855646
        },
        {
            "start": 874855647,
            "stop": 874855768
        },
        {
            "start": 874855769,
            "stop": 874856050
        },
        {
            "start": 874856051,
            "stop": 874856271
        },
        {
            "start": 874856272,
            "stop": 874856303
        },
        {
            "start": 874856304,
            "stop": 874856469
        },
        {
            "start": 874856470,
            "stop": 874856822
        },
        {
            "start": 874856823,
            "stop": 874856840
        },
        {
            "start": 874856841,
            "stop": 874856852
        },
        {
            "start": 874856853,
            "stop": 874856945
        },
        {
            "start": 874856947,
            "stop": 874856985
        },
        {
            "start": 874856987,
            "stop": 874857352
        },
        {
            "start": 874857353,
            "stop": 874857574
        },
        {
            "start": 874857575,
            "stop": 874857652
        },
        {
            "start": 874857653,
            "stop": 874857665
        },
        {
            "start": 874857985,
            "stop": 874858355
        }
    ]
}