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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 341,
    "results": [
        {
            "start": 1264113779,
            "stop": 1264113871
        },
        {
            "start": 1264113874,
            "stop": 1264113879
        },
        {
            "start": 1264113884,
            "stop": 1264113886
        },
        {
            "start": 1264113890,
            "stop": 1264113901
        },
        {
            "start": 1264113902,
            "stop": 1264113904
        },
        {
            "start": 1264113905,
            "stop": 1264113907
        },
        {
            "start": 1264113912,
            "stop": 1264113947
        },
        {
            "start": 1264113948,
            "stop": 1264113958
        },
        {
            "start": 1264113959,
            "stop": 1264113969
        },
        {
            "start": 1264113971,
            "stop": 1264113973
        },
        {
            "start": 1264113975,
            "stop": 1264113981
        },
        {
            "start": 1264113983,
            "stop": 1264113988
        },
        {
            "start": 1264113991,
            "stop": 1264114001
        },
        {
            "start": 1264114004,
            "stop": 1264114032
        },
        {
            "start": 1264114033,
            "stop": 1264114034
        },
        {
            "start": 1264114036,
            "stop": 1264114045
        },
        {
            "start": 1264114046,
            "stop": 1264114059
        },
        {
            "start": 1264114064,
            "stop": 1264114067
        },
        {
            "start": 1264114071,
            "stop": 1264114165
        },
        {
            "start": 1264114166,
            "stop": 1264114212
        }
    ]
}