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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=477",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=475",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 476,
    "results": [
        {
            "start": 1264399220,
            "stop": 1264399221
        },
        {
            "start": 1264399222,
            "stop": 1264399315
        },
        {
            "start": 1264399317,
            "stop": 1264399330
        },
        {
            "start": 1264399333,
            "stop": 1264399462
        },
        {
            "start": 1264399464,
            "stop": 1264399469
        },
        {
            "start": 1264399470,
            "stop": 1264399471
        },
        {
            "start": 1264399472,
            "stop": 1264399477
        },
        {
            "start": 1264399478,
            "stop": 1264399479
        },
        {
            "start": 1264399480,
            "stop": 1264399484
        },
        {
            "start": 1264399485,
            "stop": 1264399493
        },
        {
            "start": 1264399495,
            "stop": 1264399503
        },
        {
            "start": 1264399504,
            "stop": 1264399509
        },
        {
            "start": 1264399510,
            "stop": 1264399511
        },
        {
            "start": 1264399512,
            "stop": 1264399594
        },
        {
            "start": 1264399595,
            "stop": 1264399596
        },
        {
            "start": 1264399598,
            "stop": 1264399653
        },
        {
            "start": 1264399655,
            "stop": 1264399661
        },
        {
            "start": 1264399663,
            "stop": 1264399671
        },
        {
            "start": 1264399672,
            "stop": 1264399677
        },
        {
            "start": 1264399680,
            "stop": 1264399698
        }
    ]
}