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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=169",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 170,
    "results": [
        {
            "start": 1421385212,
            "stop": 1421396842
        },
        {
            "start": 1421396844,
            "stop": 1421398606
        },
        {
            "start": 1421398610,
            "stop": 1421406695
        },
        {
            "start": 1421406700,
            "stop": 1421411694
        },
        {
            "start": 1421411697,
            "stop": 1421412633
        },
        {
            "start": 1421412635,
            "stop": 1421415718
        },
        {
            "start": 1421415721,
            "stop": 1421419754
        },
        {
            "start": 1421420393,
            "stop": 1421420917
        },
        {
            "start": 1421420920,
            "stop": 1421421933
        },
        {
            "start": 1421422278,
            "stop": 1421422672
        },
        {
            "start": 1421423453,
            "stop": 1421429438
        },
        {
            "start": 1421429443,
            "stop": 1421429597
        },
        {
            "start": 1421443778,
            "stop": 1421457259
        },
        {
            "start": 1421457264,
            "stop": 1421457666
        },
        {
            "start": 1421457670,
            "stop": 1421458453
        },
        {
            "start": 1421458458,
            "stop": 1421469857
        },
        {
            "start": 1421469860,
            "stop": 1421472010
        },
        {
            "start": 1421472015,
            "stop": 1421478445
        },
        {
            "start": 1421479227,
            "stop": 1421481909
        },
        {
            "start": 1421481912,
            "stop": 1421486597
        }
    ]
}