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=851
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=852",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=850",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 851,
    "results": [
        {
            "start": 1250504458,
            "stop": 1250504483
        },
        {
            "start": 1250504487,
            "stop": 1250504505
        },
        {
            "start": 1250504509,
            "stop": 1250504543
        },
        {
            "start": 1250504547,
            "stop": 1250504598
        },
        {
            "start": 1250504602,
            "stop": 1250504718
        },
        {
            "start": 1250504722,
            "stop": 1250504819
        },
        {
            "start": 1250504823,
            "stop": 1250504865
        },
        {
            "start": 1250504869,
            "stop": 1250504994
        },
        {
            "start": 1250504998,
            "stop": 1250505142
        },
        {
            "start": 1250505146,
            "stop": 1250505175
        },
        {
            "start": 1250505178,
            "stop": 1250505350
        },
        {
            "start": 1250505355,
            "stop": 1250505879
        },
        {
            "start": 1250505883,
            "stop": 1250506098
        },
        {
            "start": 1250506102,
            "stop": 1250507259
        },
        {
            "start": 1250507263,
            "stop": 1250507478
        },
        {
            "start": 1250507482,
            "stop": 1250508392
        },
        {
            "start": 1250508396,
            "stop": 1250508583
        },
        {
            "start": 1250508587,
            "stop": 1250508719
        },
        {
            "start": 1250508723,
            "stop": 1250508981
        },
        {
            "start": 1250508986,
            "stop": 1250509184
        }
    ]
}