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=900
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=901",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=899",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 900,
    "results": [
        {
            "start": 864477116,
            "stop": 864477176
        },
        {
            "start": 864477328,
            "stop": 864480928
        },
        {
            "start": 864480988,
            "stop": 864481588
        },
        {
            "start": 864483625,
            "stop": 864484225
        },
        {
            "start": 864484375,
            "stop": 864484615
        },
        {
            "start": 864484785,
            "stop": 864484845
        },
        {
            "start": 864485080,
            "stop": 864485860
        },
        {
            "start": 864506161,
            "stop": 864506431
        },
        {
            "start": 864506581,
            "stop": 864507541
        },
        {
            "start": 864508001,
            "stop": 864509321
        },
        {
            "start": 864509859,
            "stop": 864510609
        },
        {
            "start": 864510639,
            "stop": 864513039
        },
        {
            "start": 864515498,
            "stop": 864516938
        },
        {
            "start": 864517709,
            "stop": 864521609
        },
        {
            "start": 864521798,
            "stop": 864528638
        },
        {
            "start": 864528668,
            "stop": 864529118
        },
        {
            "start": 864529314,
            "stop": 864532854
        },
        {
            "start": 864533004,
            "stop": 864538854
        },
        {
            "start": 864539004,
            "stop": 864542034
        },
        {
            "start": 864543030,
            "stop": 864548730
        }
    ]
}