Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=345
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=346",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=344",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 345,
    "results": [
        {
            "start": 1250894905,
            "stop": 1250898353
        },
        {
            "start": 1250898354,
            "stop": 1250898357
        },
        {
            "start": 1250898358,
            "stop": 1250899851
        },
        {
            "start": 1250899852,
            "stop": 1250900480
        },
        {
            "start": 1250900481,
            "stop": 1250900521
        },
        {
            "start": 1250900522,
            "stop": 1250900661
        },
        {
            "start": 1250900662,
            "stop": 1250900743
        },
        {
            "start": 1250900744,
            "stop": 1250901683
        },
        {
            "start": 1250901685,
            "stop": 1250901686
        },
        {
            "start": 1250901687,
            "stop": 1250902053
        },
        {
            "start": 1250902054,
            "stop": 1250902061
        },
        {
            "start": 1250902062,
            "stop": 1250949123
        },
        {
            "start": 1250975277,
            "stop": 1250987013
        },
        {
            "start": 1250997649,
            "stop": 1251018670
        },
        {
            "start": 1251021662,
            "stop": 1251027291
        },
        {
            "start": 1251032009,
            "stop": 1251034170
        },
        {
            "start": 1251036709,
            "stop": 1251037902
        },
        {
            "start": 1251043186,
            "stop": 1251052576
        },
        {
            "start": 1251052578,
            "stop": 1251052579
        },
        {
            "start": 1251052586,
            "stop": 1251057622
        }
    ]
}