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=767
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=768",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=766",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 767,
    "results": [
        {
            "start": 1249079349,
            "stop": 1249079350
        },
        {
            "start": 1249079351,
            "stop": 1249079685
        },
        {
            "start": 1249079686,
            "stop": 1249079687
        },
        {
            "start": 1249079688,
            "stop": 1249081440
        },
        {
            "start": 1249087962,
            "stop": 1249088479
        },
        {
            "start": 1249088483,
            "stop": 1249090348
        },
        {
            "start": 1249090353,
            "stop": 1249090697
        },
        {
            "start": 1249090701,
            "stop": 1249091354
        },
        {
            "start": 1249091362,
            "stop": 1249093412
        },
        {
            "start": 1249093417,
            "stop": 1249094682
        },
        {
            "start": 1249094685,
            "stop": 1249095123
        },
        {
            "start": 1249095128,
            "stop": 1249096133
        },
        {
            "start": 1249096137,
            "stop": 1249096902
        },
        {
            "start": 1249096910,
            "stop": 1249097654
        },
        {
            "start": 1249097659,
            "stop": 1249097728
        },
        {
            "start": 1249097733,
            "stop": 1249099800
        },
        {
            "start": 1249099805,
            "stop": 1249099845
        },
        {
            "start": 1249099850,
            "stop": 1249101833
        },
        {
            "start": 1249101841,
            "stop": 1249102123
        },
        {
            "start": 1249102127,
            "stop": 1249102898
        }
    ]
}