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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8658",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8659,
    "results": [
        {
            "start": 871703754,
            "stop": 871704180
        },
        {
            "start": 871704197,
            "stop": 871704485
        },
        {
            "start": 871704502,
            "stop": 871704574
        },
        {
            "start": 871704591,
            "stop": 871704593
        },
        {
            "start": 871704610,
            "stop": 871704673
        },
        {
            "start": 871704690,
            "stop": 871704762
        },
        {
            "start": 871704779,
            "stop": 871705002
        },
        {
            "start": 871705019,
            "stop": 871705040
        },
        {
            "start": 871705056,
            "stop": 871705175
        },
        {
            "start": 871705194,
            "stop": 871705359
        },
        {
            "start": 871705376,
            "stop": 871705574
        },
        {
            "start": 871705591,
            "stop": 871706246
        },
        {
            "start": 871706267,
            "stop": 871706284
        },
        {
            "start": 871706301,
            "stop": 871706790
        },
        {
            "start": 871706807,
            "stop": 871706990
        },
        {
            "start": 871707070,
            "stop": 871707294
        },
        {
            "start": 871707311,
            "stop": 871707467
        },
        {
            "start": 871707484,
            "stop": 871707670
        },
        {
            "start": 871707694,
            "stop": 871707725
        },
        {
            "start": 871707742,
            "stop": 871708076
        }
    ]
}