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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=221",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 222,
    "results": [
        {
            "start": 827222025,
            "stop": 827222565
        },
        {
            "start": 827222772,
            "stop": 827223192
        },
        {
            "start": 827223354,
            "stop": 827226054
        },
        {
            "start": 827226084,
            "stop": 827226654
        },
        {
            "start": 827226964,
            "stop": 827228224
        },
        {
            "start": 827228394,
            "stop": 827229294
        },
        {
            "start": 827229471,
            "stop": 827229951
        },
        {
            "start": 827230219,
            "stop": 827230579
        },
        {
            "start": 827230729,
            "stop": 827231509
        },
        {
            "start": 827233129,
            "stop": 827233189
        },
        {
            "start": 827233357,
            "stop": 827233507
        },
        {
            "start": 827234345,
            "stop": 827234465
        },
        {
            "start": 827234839,
            "stop": 827234899
        },
        {
            "start": 827235070,
            "stop": 827235970
        },
        {
            "start": 827236000,
            "stop": 827236150
        },
        {
            "start": 827236442,
            "stop": 827236502
        },
        {
            "start": 827238928,
            "stop": 827239948
        },
        {
            "start": 827249126,
            "stop": 827249246
        },
        {
            "start": 827254724,
            "stop": 827254784
        },
        {
            "start": 827255331,
            "stop": 827255391
        }
    ]
}