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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 122,
    "results": [
        {
            "start": 1411777266,
            "stop": 1411781384
        },
        {
            "start": 1411781388,
            "stop": 1411787412
        },
        {
            "start": 1411787417,
            "stop": 1411787778
        },
        {
            "start": 1411787782,
            "stop": 1411791118
        },
        {
            "start": 1411791119,
            "stop": 1411801265
        },
        {
            "start": 1411801269,
            "stop": 1411813558
        },
        {
            "start": 1411813559,
            "stop": 1411817981
        },
        {
            "start": 1411817986,
            "stop": 1411824114
        },
        {
            "start": 1411866404,
            "stop": 1411868278
        },
        {
            "start": 1411868281,
            "stop": 1411870569
        },
        {
            "start": 1411870573,
            "stop": 1411874816
        },
        {
            "start": 1411874819,
            "stop": 1411885015
        },
        {
            "start": 1411885020,
            "stop": 1411887435
        },
        {
            "start": 1411887438,
            "stop": 1411891748
        },
        {
            "start": 1411891750,
            "stop": 1411893318
        },
        {
            "start": 1411893323,
            "stop": 1411911800
        },
        {
            "start": 1411911803,
            "stop": 1411916581
        },
        {
            "start": 1411916584,
            "stop": 1411933700
        },
        {
            "start": 1411933704,
            "stop": 1411940046
        },
        {
            "start": 1411943642,
            "stop": 1411951390
        }
    ]
}