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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=39",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 40,
    "results": [
        {
            "start": 1400770686,
            "stop": 1400771201
        },
        {
            "start": 1400771206,
            "stop": 1400774703
        },
        {
            "start": 1400782951,
            "stop": 1400784258
        },
        {
            "start": 1400784261,
            "stop": 1400784875
        },
        {
            "start": 1400784880,
            "stop": 1400792484
        },
        {
            "start": 1400806212,
            "stop": 1400808060
        },
        {
            "start": 1400808064,
            "stop": 1400810391
        },
        {
            "start": 1400810393,
            "stop": 1400828287
        },
        {
            "start": 1400828291,
            "stop": 1400828724
        },
        {
            "start": 1400828726,
            "stop": 1400839453
        },
        {
            "start": 1400839458,
            "stop": 1400841824
        },
        {
            "start": 1400841828,
            "stop": 1400845209
        },
        {
            "start": 1400845211,
            "stop": 1400848628
        },
        {
            "start": 1400848631,
            "stop": 1400851179
        },
        {
            "start": 1400851180,
            "stop": 1400870544
        },
        {
            "start": 1400870547,
            "stop": 1400875313
        },
        {
            "start": 1400875318,
            "stop": 1400876480
        },
        {
            "start": 1400876483,
            "stop": 1400886978
        },
        {
            "start": 1400886982,
            "stop": 1400887455
        },
        {
            "start": 1400887459,
            "stop": 1400896719
        }
    ]
}