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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14445",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14443",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14444,
    "results": [
        {
            "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
        },
        {
            "start": 971558145,
            "stop": 971558173
        },
        {
            "start": 971558174,
            "stop": 971558365
        },
        {
            "start": 971558366,
            "stop": 971558405
        }
    ]
}