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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 175,
    "results": [
        {
            "start": 1239751672,
            "stop": 1239751913
        },
        {
            "start": 1239751916,
            "stop": 1239752233
        },
        {
            "start": 1239752237,
            "stop": 1239754062
        },
        {
            "start": 1239754066,
            "stop": 1239755387
        },
        {
            "start": 1239755390,
            "stop": 1239757228
        },
        {
            "start": 1239757232,
            "stop": 1239758211
        },
        {
            "start": 1239758213,
            "stop": 1239758857
        },
        {
            "start": 1239758861,
            "stop": 1239759574
        },
        {
            "start": 1239759578,
            "stop": 1239761478
        },
        {
            "start": 1239761483,
            "stop": 1239761827
        },
        {
            "start": 1239761830,
            "stop": 1239762089
        },
        {
            "start": 1239769189,
            "stop": 1239769392
        },
        {
            "start": 1239770547,
            "stop": 1239772594
        },
        {
            "start": 1239772599,
            "stop": 1239772908
        },
        {
            "start": 1239772909,
            "stop": 1239776695
        },
        {
            "start": 1239776697,
            "stop": 1239778379
        },
        {
            "start": 1239778383,
            "stop": 1239782923
        },
        {
            "start": 1239782928,
            "stop": 1239786942
        },
        {
            "start": 1239786946,
            "stop": 1239787212
        },
        {
            "start": 1239787216,
            "stop": 1239787724
        }
    ]
}