Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14927
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14928",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14926",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14927,
    "results": [
        {
            "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
        },
        {
            "start": 971557919,
            "stop": 971557928
        },
        {
            "start": 971557929,
            "stop": 971557935
        },
        {
            "start": 971557937,
            "stop": 971558082
        },
        {
            "start": 971558083,
            "stop": 971558099
        },
        {
            "start": 971558101,
            "stop": 971558144
        }
    ]
}