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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 164,
    "results": [
        {
            "start": 931598321,
            "stop": 931598329
        },
        {
            "start": 931598331,
            "stop": 931598344
        },
        {
            "start": 931598347,
            "stop": 931598358
        },
        {
            "start": 931598361,
            "stop": 931598367
        },
        {
            "start": 931598370,
            "stop": 931598420
        },
        {
            "start": 931598426,
            "stop": 931598430
        },
        {
            "start": 931598433,
            "stop": 931598439
        },
        {
            "start": 931598443,
            "stop": 931598454
        },
        {
            "start": 931598456,
            "stop": 931598462
        },
        {
            "start": 931598465,
            "stop": 931598468
        },
        {
            "start": 931598471,
            "stop": 931598486
        },
        {
            "start": 931598492,
            "stop": 931598496
        },
        {
            "start": 931598499,
            "stop": 931598507
        },
        {
            "start": 931598516,
            "stop": 931598518
        },
        {
            "start": 931598521,
            "stop": 931598527
        },
        {
            "start": 931598533,
            "stop": 931598534
        },
        {
            "start": 931598537,
            "stop": 931598541
        },
        {
            "start": 931598547,
            "stop": 931598549
        },
        {
            "start": 931598552,
            "stop": 931598562
        },
        {
            "start": 931598565,
            "stop": 931598566
        }
    ]
}