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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3804",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3805,
    "results": [
        {
            "start": 874558686,
            "stop": 874558721
        },
        {
            "start": 874558738,
            "stop": 874558848
        },
        {
            "start": 874558865,
            "stop": 874559113
        },
        {
            "start": 874559118,
            "stop": 874560382
        },
        {
            "start": 874560399,
            "stop": 874560479
        },
        {
            "start": 874560496,
            "stop": 874562160
        },
        {
            "start": 874562220,
            "stop": 874563022
        },
        {
            "start": 874563039,
            "stop": 874563180
        },
        {
            "start": 874563240,
            "stop": 874563420
        },
        {
            "start": 874563540,
            "stop": 874563600
        },
        {
            "start": 874563780,
            "stop": 874564380
        },
        {
            "start": 874564440,
            "stop": 874564680
        },
        {
            "start": 874564800,
            "stop": 874564854
        },
        {
            "start": 874564871,
            "stop": 874565760
        },
        {
            "start": 874565820,
            "stop": 874566600
        },
        {
            "start": 874566669,
            "stop": 874567175
        },
        {
            "start": 874567192,
            "stop": 874567352
        },
        {
            "start": 874567369,
            "stop": 874567521
        },
        {
            "start": 874567821,
            "stop": 874567965
        },
        {
            "start": 874568313,
            "stop": 874568324
        }
    ]
}