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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=291",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 292,
    "results": [
        {
            "start": 1246168193,
            "stop": 1246224657
        },
        {
            "start": 1246236286,
            "stop": 1246250390
        },
        {
            "start": 1246259637,
            "stop": 1246282702
        },
        {
            "start": 1246286031,
            "stop": 1246295830
        },
        {
            "start": 1246295833,
            "stop": 1246295838
        },
        {
            "start": 1246295840,
            "stop": 1246297164
        },
        {
            "start": 1246310442,
            "stop": 1246314073
        },
        {
            "start": 1246314077,
            "stop": 1246314080
        },
        {
            "start": 1246314083,
            "stop": 1246314084
        },
        {
            "start": 1246314089,
            "stop": 1246314090
        },
        {
            "start": 1246314092,
            "stop": 1246322682
        },
        {
            "start": 1246322684,
            "stop": 1246322689
        },
        {
            "start": 1246322690,
            "stop": 1246322697
        },
        {
            "start": 1246322699,
            "stop": 1246322707
        },
        {
            "start": 1246322709,
            "stop": 1246322818
        },
        {
            "start": 1246322820,
            "stop": 1246323903
        },
        {
            "start": 1246323904,
            "stop": 1246328011
        },
        {
            "start": 1246328012,
            "stop": 1246360732
        },
        {
            "start": 1246367525,
            "stop": 1246367974
        },
        {
            "start": 1246372761,
            "stop": 1246418722
        }
    ]
}