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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 13,
    "results": [
        {
            "start": 1398170139,
            "stop": 1398170722
        },
        {
            "start": 1398170724,
            "stop": 1398181632
        },
        {
            "start": 1398181637,
            "stop": 1398182757
        },
        {
            "start": 1398193110,
            "stop": 1398197886
        },
        {
            "start": 1398197889,
            "stop": 1398215833
        },
        {
            "start": 1398215836,
            "stop": 1398216317
        },
        {
            "start": 1398219377,
            "stop": 1398220923
        },
        {
            "start": 1398223692,
            "stop": 1398241162
        },
        {
            "start": 1398241167,
            "stop": 1398243543
        },
        {
            "start": 1398252146,
            "stop": 1398254348
        },
        {
            "start": 1398254353,
            "stop": 1398255015
        },
        {
            "start": 1398255020,
            "stop": 1398255601
        },
        {
            "start": 1398255603,
            "stop": 1398257622
        },
        {
            "start": 1398257709,
            "stop": 1398257885
        },
        {
            "start": 1398257890,
            "stop": 1398258233
        },
        {
            "start": 1398258260,
            "stop": 1398258281
        },
        {
            "start": 1398258290,
            "stop": 1398260496
        },
        {
            "start": 1398275679,
            "stop": 1398276443
        },
        {
            "start": 1398276752,
            "stop": 1398276885
        },
        {
            "start": 1398294558,
            "stop": 1398295943
        }
    ]
}