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=1370
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=1371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1369",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1370,
    "results": [
        {
            "start": 843866266,
            "stop": 843866277
        },
        {
            "start": 843866280,
            "stop": 843866283
        },
        {
            "start": 843866287,
            "stop": 843866288
        },
        {
            "start": 843866294,
            "stop": 843866306
        },
        {
            "start": 843866309,
            "stop": 843866311
        },
        {
            "start": 843866314,
            "stop": 843866319
        },
        {
            "start": 843866322,
            "stop": 843866328
        },
        {
            "start": 843866353,
            "stop": 843866355
        },
        {
            "start": 843866367,
            "stop": 843866372
        },
        {
            "start": 843866375,
            "stop": 843866377
        },
        {
            "start": 843866382,
            "stop": 843866384
        },
        {
            "start": 843866394,
            "stop": 843866396
        },
        {
            "start": 843866403,
            "stop": 843866405
        },
        {
            "start": 843866410,
            "stop": 843866412
        },
        {
            "start": 843866419,
            "stop": 843866421
        },
        {
            "start": 843866426,
            "stop": 843866437
        },
        {
            "start": 843866440,
            "stop": 843866450
        },
        {
            "start": 843866457,
            "stop": 843866458
        },
        {
            "start": 843866464,
            "stop": 843866468
        },
        {
            "start": 843866473,
            "stop": 843866482
        }
    ]
}