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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=75",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 76,
    "results": [
        {
            "start": 816268574,
            "stop": 816269263
        },
        {
            "start": 816269266,
            "stop": 816269514
        },
        {
            "start": 816269517,
            "stop": 816269640
        },
        {
            "start": 816269643,
            "stop": 816269907
        },
        {
            "start": 816269911,
            "stop": 816270291
        },
        {
            "start": 816270294,
            "stop": 816270344
        },
        {
            "start": 816270347,
            "stop": 816270883
        },
        {
            "start": 816271064,
            "stop": 816271082
        },
        {
            "start": 816271085,
            "stop": 816271218
        },
        {
            "start": 816271221,
            "stop": 816271447
        },
        {
            "start": 816271451,
            "stop": 816271490
        },
        {
            "start": 816271494,
            "stop": 816271632
        },
        {
            "start": 816272062,
            "stop": 816272120
        },
        {
            "start": 816272123,
            "stop": 816272183
        },
        {
            "start": 816272747,
            "stop": 816272779
        },
        {
            "start": 816272782,
            "stop": 816273200
        },
        {
            "start": 816273203,
            "stop": 816273251
        },
        {
            "start": 816273254,
            "stop": 816273321
        },
        {
            "start": 816273324,
            "stop": 816273540
        },
        {
            "start": 816273543,
            "stop": 816273633
        }
    ]
}