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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=34",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 35,
    "results": [
        {
            "start": 1135575589,
            "stop": 1135586794
        },
        {
            "start": 1135586795,
            "stop": 1135586799
        },
        {
            "start": 1135591973,
            "stop": 1135594918
        },
        {
            "start": 1135603023,
            "stop": 1135606822
        },
        {
            "start": 1135609217,
            "stop": 1135618454
        },
        {
            "start": 1135624693,
            "stop": 1135643710
        },
        {
            "start": 1135643712,
            "stop": 1135651709
        },
        {
            "start": 1135663473,
            "stop": 1135665508
        },
        {
            "start": 1135677262,
            "stop": 1135683892
        },
        {
            "start": 1135689707,
            "stop": 1135698611
        },
        {
            "start": 1135709692,
            "stop": 1135719082
        },
        {
            "start": 1135719085,
            "stop": 1135731499
        },
        {
            "start": 1135731501,
            "stop": 1135737006
        },
        {
            "start": 1135737008,
            "stop": 1135739089
        },
        {
            "start": 1135740447,
            "stop": 1135752976
        },
        {
            "start": 1135753512,
            "stop": 1135755777
        },
        {
            "start": 1135772009,
            "stop": 1135783298
        },
        {
            "start": 1135783300,
            "stop": 1135788493
        },
        {
            "start": 1135788794,
            "stop": 1135790642
        },
        {
            "start": 1135790643,
            "stop": 1135797940
        }
    ]
}