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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=116",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 117,
    "results": [
        {
            "start": 829508124,
            "stop": 829510996
        },
        {
            "start": 829511071,
            "stop": 829516026
        },
        {
            "start": 829516029,
            "stop": 829517315
        },
        {
            "start": 829526264,
            "stop": 829589893
        },
        {
            "start": 829590002,
            "stop": 829590431
        },
        {
            "start": 829590562,
            "stop": 829591333
        },
        {
            "start": 829591435,
            "stop": 829592268
        },
        {
            "start": 829592317,
            "stop": 829596583
        },
        {
            "start": 829596716,
            "stop": 829599752
        },
        {
            "start": 829599755,
            "stop": 829601353
        },
        {
            "start": 829604450,
            "stop": 829607413
        },
        {
            "start": 829608490,
            "stop": 829611169
        },
        {
            "start": 829635717,
            "stop": 829653724
        },
        {
            "start": 829655456,
            "stop": 829669513
        },
        {
            "start": 829670559,
            "stop": 829684753
        },
        {
            "start": 829684891,
            "stop": 829685233
        },
        {
            "start": 829685350,
            "stop": 829687813
        },
        {
            "start": 829687815,
            "stop": 829687816
        },
        {
            "start": 829687980,
            "stop": 829698873
        },
        {
            "start": 829698874,
            "stop": 829699196
        }
    ]
}