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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=723",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=721",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 722,
    "results": [
        {
            "start": 1248991129,
            "stop": 1248991131
        },
        {
            "start": 1248991134,
            "stop": 1248991146
        },
        {
            "start": 1248991147,
            "stop": 1248991149
        },
        {
            "start": 1248991150,
            "stop": 1248991656
        },
        {
            "start": 1248991659,
            "stop": 1248991753
        },
        {
            "start": 1248991754,
            "stop": 1248991859
        },
        {
            "start": 1248991863,
            "stop": 1248991875
        },
        {
            "start": 1248991880,
            "stop": 1248991899
        },
        {
            "start": 1248991900,
            "stop": 1248991922
        },
        {
            "start": 1248991924,
            "stop": 1248991939
        },
        {
            "start": 1248991941,
            "stop": 1248991952
        },
        {
            "start": 1248991953,
            "stop": 1248991954
        },
        {
            "start": 1248991955,
            "stop": 1248991957
        },
        {
            "start": 1248991959,
            "stop": 1248991961
        },
        {
            "start": 1248991962,
            "stop": 1248991965
        },
        {
            "start": 1248991967,
            "stop": 1248991971
        },
        {
            "start": 1248991975,
            "stop": 1248992014
        },
        {
            "start": 1248992017,
            "stop": 1248992155
        },
        {
            "start": 1248992159,
            "stop": 1248992160
        },
        {
            "start": 1248992163,
            "stop": 1248992165
        }
    ]
}