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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=23",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 24,
    "results": [
        {
            "start": 934867679,
            "stop": 934886380
        },
        {
            "start": 934890600,
            "stop": 934890628
        },
        {
            "start": 934937296,
            "stop": 934940933
        },
        {
            "start": 934941291,
            "stop": 934942288
        },
        {
            "start": 934943188,
            "stop": 934972081
        },
        {
            "start": 934973577,
            "stop": 934974572
        },
        {
            "start": 935000382,
            "stop": 935004803
        },
        {
            "start": 935005241,
            "stop": 935014935
        },
        {
            "start": 935019018,
            "stop": 935029040
        },
        {
            "start": 935030571,
            "stop": 935030605
        },
        {
            "start": 935030703,
            "stop": 935036034
        },
        {
            "start": 935038551,
            "stop": 935039193
        },
        {
            "start": 935040246,
            "stop": 935040775
        },
        {
            "start": 935045212,
            "stop": 935047174
        },
        {
            "start": 935051247,
            "stop": 935051651
        },
        {
            "start": 935061285,
            "stop": 935062694
        },
        {
            "start": 935072410,
            "stop": 935075473
        },
        {
            "start": 935076666,
            "stop": 935078919
        },
        {
            "start": 935080295,
            "stop": 935081338
        },
        {
            "start": 935083903,
            "stop": 935083904
        }
    ]
}