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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT1/segments?format=api&page=20",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 21,
    "results": [
        {
            "start": 1249931608,
            "stop": 1249938612
        },
        {
            "start": 1249944070,
            "stop": 1249944198
        },
        {
            "start": 1249944210,
            "stop": 1249944520
        },
        {
            "start": 1249948833,
            "stop": 1249950799
        },
        {
            "start": 1249953840,
            "stop": 1249955777
        },
        {
            "start": 1249957684,
            "stop": 1250005563
        },
        {
            "start": 1250009365,
            "stop": 1250039096
        },
        {
            "start": 1250041148,
            "stop": 1250146758
        },
        {
            "start": 1250152305,
            "stop": 1250175764
        },
        {
            "start": 1250183461,
            "stop": 1250279114
        },
        {
            "start": 1250282339,
            "stop": 1250290595
        },
        {
            "start": 1250290646,
            "stop": 1250344551
        },
        {
            "start": 1250363440,
            "stop": 1250377266
        },
        {
            "start": 1250377947,
            "stop": 1250382284
        },
        {
            "start": 1250385323,
            "stop": 1250391328
        },
        {
            "start": 1250391564,
            "stop": 1250395997
        },
        {
            "start": 1250397384,
            "stop": 1250417588
        },
        {
            "start": 1250422115,
            "stop": 1250427481
        },
        {
            "start": 1250429611,
            "stop": 1250453546
        },
        {
            "start": 1250464275,
            "stop": 1250532669
        }
    ]
}