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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=43",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 44,
    "results": [
        {
            "start": 1128702540,
            "stop": 1128703380
        },
        {
            "start": 1128703440,
            "stop": 1128703500
        },
        {
            "start": 1128703560,
            "stop": 1128704640
        },
        {
            "start": 1128704700,
            "stop": 1128705480
        },
        {
            "start": 1128705600,
            "stop": 1128706020
        },
        {
            "start": 1128706200,
            "stop": 1128707160
        },
        {
            "start": 1128707220,
            "stop": 1128708480
        },
        {
            "start": 1128708600,
            "stop": 1128708722
        },
        {
            "start": 1128708723,
            "stop": 1128708735
        },
        {
            "start": 1128736191,
            "stop": 1128736311
        },
        {
            "start": 1128736313,
            "stop": 1128737722
        },
        {
            "start": 1128737723,
            "stop": 1128738495
        },
        {
            "start": 1128738496,
            "stop": 1128738929
        },
        {
            "start": 1128738930,
            "stop": 1128739954
        },
        {
            "start": 1128739955,
            "stop": 1128740444
        },
        {
            "start": 1128740445,
            "stop": 1128740606
        },
        {
            "start": 1128740608,
            "stop": 1128740619
        },
        {
            "start": 1128740620,
            "stop": 1128740621
        },
        {
            "start": 1128740623,
            "stop": 1128740624
        },
        {
            "start": 1128740625,
            "stop": 1128740626
        }
    ]
}