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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1016",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1017,
    "results": [
        {
            "start": 871846103,
            "stop": 871846343
        },
        {
            "start": 871846826,
            "stop": 871847126
        },
        {
            "start": 871847283,
            "stop": 871847403
        },
        {
            "start": 871848102,
            "stop": 871848222
        },
        {
            "start": 871848666,
            "stop": 871848726
        },
        {
            "start": 871859076,
            "stop": 871859526
        },
        {
            "start": 871859796,
            "stop": 871859916
        },
        {
            "start": 871860098,
            "stop": 871861418
        },
        {
            "start": 871861607,
            "stop": 871862087
        },
        {
            "start": 871862861,
            "stop": 871863551
        },
        {
            "start": 871863725,
            "stop": 871863965
        },
        {
            "start": 871864127,
            "stop": 871864247
        },
        {
            "start": 871864510,
            "stop": 871864690
        },
        {
            "start": 871864859,
            "stop": 871866059
        },
        {
            "start": 871866233,
            "stop": 871868213
        },
        {
            "start": 871868437,
            "stop": 871870057
        },
        {
            "start": 871870232,
            "stop": 871870292
        },
        {
            "start": 871870610,
            "stop": 871871870
        },
        {
            "start": 871872204,
            "stop": 871879824
        },
        {
            "start": 871880032,
            "stop": 871881442
        }
    ]
}