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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16011",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=16009",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 16010,
    "results": [
        {
            "start": 971556880,
            "stop": 971556990
        },
        {
            "start": 971556994,
            "stop": 971557150
        },
        {
            "start": 971557151,
            "stop": 971557161
        },
        {
            "start": 971557162,
            "stop": 971557189
        },
        {
            "start": 971557190,
            "stop": 971557310
        },
        {
            "start": 971557312,
            "stop": 971557315
        },
        {
            "start": 971557317,
            "stop": 971557319
        },
        {
            "start": 971557320,
            "stop": 971557325
        },
        {
            "start": 971557328,
            "stop": 971557354
        },
        {
            "start": 971557356,
            "stop": 971557362
        },
        {
            "start": 971557365,
            "stop": 971557366
        },
        {
            "start": 971557367,
            "stop": 971557369
        },
        {
            "start": 971557375,
            "stop": 971557385
        },
        {
            "start": 971557386,
            "stop": 971557651
        },
        {
            "start": 971557654,
            "stop": 971557735
        },
        {
            "start": 971557736,
            "stop": 971557763
        },
        {
            "start": 971557766,
            "stop": 971557790
        },
        {
            "start": 971557791,
            "stop": 971557826
        },
        {
            "start": 971557827,
            "stop": 971557906
        },
        {
            "start": 971557909,
            "stop": 971557918
        }
    ]
}