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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1873",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1871",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1872,
    "results": [
        {
            "start": 1250871856,
            "stop": 1250872496
        },
        {
            "start": 1250872499,
            "stop": 1250872920
        },
        {
            "start": 1250872927,
            "stop": 1250873331
        },
        {
            "start": 1250873334,
            "stop": 1250873587
        },
        {
            "start": 1250873588,
            "stop": 1250874143
        },
        {
            "start": 1250874146,
            "stop": 1250874741
        },
        {
            "start": 1250874744,
            "stop": 1250875913
        },
        {
            "start": 1250875916,
            "stop": 1250875919
        },
        {
            "start": 1250875922,
            "stop": 1250875928
        },
        {
            "start": 1250875931,
            "stop": 1250875955
        },
        {
            "start": 1250875963,
            "stop": 1250876712
        },
        {
            "start": 1250876715,
            "stop": 1250876793
        },
        {
            "start": 1250876796,
            "stop": 1250878242
        },
        {
            "start": 1250878245,
            "stop": 1250878437
        },
        {
            "start": 1250878440,
            "stop": 1250879779
        },
        {
            "start": 1250879782,
            "stop": 1250881226
        },
        {
            "start": 1250881229,
            "stop": 1250881811
        },
        {
            "start": 1250881814,
            "stop": 1250883737
        },
        {
            "start": 1250883740,
            "stop": 1250884140
        },
        {
            "start": 1250884143,
            "stop": 1250884650
        }
    ]
}