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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9861",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9862,
    "results": [
        {
            "start": 874303082,
            "stop": 874303786
        },
        {
            "start": 874303789,
            "stop": 874304109
        },
        {
            "start": 874304112,
            "stop": 874304501
        },
        {
            "start": 874304504,
            "stop": 874304556
        },
        {
            "start": 874304559,
            "stop": 874304593
        },
        {
            "start": 874304596,
            "stop": 874304623
        },
        {
            "start": 874304626,
            "stop": 874304720
        },
        {
            "start": 874304723,
            "stop": 874304754
        },
        {
            "start": 874304757,
            "stop": 874305435
        },
        {
            "start": 874305438,
            "stop": 874305970
        },
        {
            "start": 874305973,
            "stop": 874306261
        },
        {
            "start": 874306266,
            "stop": 874306485
        },
        {
            "start": 874306488,
            "stop": 874306621
        },
        {
            "start": 874306624,
            "stop": 874306626
        },
        {
            "start": 874306629,
            "stop": 874306736
        },
        {
            "start": 874306742,
            "stop": 874306750
        },
        {
            "start": 874306753,
            "stop": 874306895
        },
        {
            "start": 874306899,
            "stop": 874307071
        },
        {
            "start": 874307074,
            "stop": 874307096
        },
        {
            "start": 874307103,
            "stop": 874307195
        }
    ]
}