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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=56",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 57,
    "results": [
        {
            "start": 931396785,
            "stop": 931396842
        },
        {
            "start": 931396860,
            "stop": 931396936
        },
        {
            "start": 931396953,
            "stop": 931397059
        },
        {
            "start": 931397076,
            "stop": 931397083
        },
        {
            "start": 931397121,
            "stop": 931397142
        },
        {
            "start": 931397145,
            "stop": 931397310
        },
        {
            "start": 931397355,
            "stop": 931397471
        },
        {
            "start": 931397488,
            "stop": 931397583
        },
        {
            "start": 931397601,
            "stop": 931397604
        },
        {
            "start": 931397621,
            "stop": 931397653
        },
        {
            "start": 931397680,
            "stop": 931397837
        },
        {
            "start": 931397861,
            "stop": 931397867
        },
        {
            "start": 931397885,
            "stop": 931397894
        },
        {
            "start": 931397929,
            "stop": 931398075
        },
        {
            "start": 931398108,
            "stop": 931398124
        },
        {
            "start": 931398150,
            "stop": 931398152
        },
        {
            "start": 931398184,
            "stop": 931398216
        },
        {
            "start": 931398233,
            "stop": 931398270
        },
        {
            "start": 931398314,
            "stop": 931398339
        },
        {
            "start": 931398366,
            "stop": 931398394
        }
    ]
}