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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=18",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 19,
    "results": [
        {
            "start": 1131191403,
            "stop": 1131193385
        },
        {
            "start": 1131228744,
            "stop": 1131232526
        },
        {
            "start": 1131232934,
            "stop": 1131233359
        },
        {
            "start": 1131233795,
            "stop": 1131242737
        },
        {
            "start": 1131269743,
            "stop": 1131276436
        },
        {
            "start": 1131277155,
            "stop": 1131280070
        },
        {
            "start": 1131283599,
            "stop": 1131298698
        },
        {
            "start": 1131306188,
            "stop": 1131308974
        },
        {
            "start": 1131309187,
            "stop": 1131312972
        },
        {
            "start": 1131312973,
            "stop": 1131334715
        },
        {
            "start": 1131335337,
            "stop": 1131342976
        },
        {
            "start": 1131342978,
            "stop": 1131343132
        },
        {
            "start": 1131343134,
            "stop": 1131343137
        },
        {
            "start": 1131343140,
            "stop": 1131343149
        },
        {
            "start": 1131343150,
            "stop": 1131343155
        },
        {
            "start": 1131343156,
            "stop": 1131343173
        },
        {
            "start": 1131343175,
            "stop": 1131343179
        },
        {
            "start": 1131343180,
            "stop": 1131343205
        },
        {
            "start": 1131343207,
            "stop": 1131343218
        },
        {
            "start": 1131343219,
            "stop": 1131343243
        }
    ]
}