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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_STOCH_CAT1/segments?format=api&page=11",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 12,
    "results": [
        {
            "start": 1400012534,
            "stop": 1400012774
        },
        {
            "start": 1400012822,
            "stop": 1400013854
        },
        {
            "start": 1400013918,
            "stop": 1400018206
        },
        {
            "start": 1400018270,
            "stop": 1400022598
        },
        {
            "start": 1400022646,
            "stop": 1400025182
        },
        {
            "start": 1400025230,
            "stop": 1400025550
        },
        {
            "start": 1400025598,
            "stop": 1400027590
        },
        {
            "start": 1400027638,
            "stop": 1400027886
        },
        {
            "start": 1400027950,
            "stop": 1400032590
        },
        {
            "start": 1400032654,
            "stop": 1400034022
        },
        {
            "start": 1400034086,
            "stop": 1400038310
        },
        {
            "start": 1400038358,
            "stop": 1400054238
        },
        {
            "start": 1400054302,
            "stop": 1400054902
        },
        {
            "start": 1400054966,
            "stop": 1400055964
        },
        {
            "start": 1400061499,
            "stop": 1400075661
        },
        {
            "start": 1400075709,
            "stop": 1400080621
        },
        {
            "start": 1400083665,
            "stop": 1400092221
        },
        {
            "start": 1400093959,
            "stop": 1400123062
        },
        {
            "start": 1400136713,
            "stop": 1400147679
        },
        {
            "start": 1400153791,
            "stop": 1400155521
        }
    ]
}