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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1331",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1332,
    "results": [
        {
            "start": 843842923,
            "stop": 843842942
        },
        {
            "start": 843842945,
            "stop": 843842973
        },
        {
            "start": 843842984,
            "stop": 843843006
        },
        {
            "start": 843843009,
            "stop": 843843026
        },
        {
            "start": 843843032,
            "stop": 843843035
        },
        {
            "start": 843843038,
            "stop": 843843070
        },
        {
            "start": 843843073,
            "stop": 843843104
        },
        {
            "start": 843843107,
            "stop": 843843130
        },
        {
            "start": 843843134,
            "stop": 843843155
        },
        {
            "start": 843843158,
            "stop": 843843163
        },
        {
            "start": 843843166,
            "stop": 843843177
        },
        {
            "start": 843843181,
            "stop": 843843186
        },
        {
            "start": 843843189,
            "stop": 843843221
        },
        {
            "start": 843843224,
            "stop": 843843230
        },
        {
            "start": 843843233,
            "stop": 843843277
        },
        {
            "start": 843843280,
            "stop": 843843326
        },
        {
            "start": 843843329,
            "stop": 843843338
        },
        {
            "start": 843843341,
            "stop": 843843379
        },
        {
            "start": 843843382,
            "stop": 843843384
        },
        {
            "start": 843843387,
            "stop": 843843390
        }
    ]
}