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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=66",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 67,
    "results": [
        {
            "start": 1238341375,
            "stop": 1238341583
        },
        {
            "start": 1238341584,
            "stop": 1238342822
        },
        {
            "start": 1238343863,
            "stop": 1238344315
        },
        {
            "start": 1238344316,
            "stop": 1238344520
        },
        {
            "start": 1238344521,
            "stop": 1238344526
        },
        {
            "start": 1238344528,
            "stop": 1238344669
        },
        {
            "start": 1238344674,
            "stop": 1238344852
        },
        {
            "start": 1238344853,
            "stop": 1238345147
        },
        {
            "start": 1238345148,
            "stop": 1238345443
        },
        {
            "start": 1238345444,
            "stop": 1238345457
        },
        {
            "start": 1238345459,
            "stop": 1238345514
        },
        {
            "start": 1238345515,
            "stop": 1238346289
        },
        {
            "start": 1238346290,
            "stop": 1238346382
        },
        {
            "start": 1238349644,
            "stop": 1238349823
        },
        {
            "start": 1238349826,
            "stop": 1238349890
        },
        {
            "start": 1238349891,
            "stop": 1238350154
        },
        {
            "start": 1238350156,
            "stop": 1238350164
        },
        {
            "start": 1238350165,
            "stop": 1238350167
        },
        {
            "start": 1238350168,
            "stop": 1238351016
        },
        {
            "start": 1238351017,
            "stop": 1238351324
        }
    ]
}