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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=98",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 99,
    "results": [
        {
            "start": 824872066,
            "stop": 824872119
        },
        {
            "start": 824872121,
            "stop": 824872300
        },
        {
            "start": 824872302,
            "stop": 824872304
        },
        {
            "start": 824872306,
            "stop": 824872483
        },
        {
            "start": 824877444,
            "stop": 824877569
        },
        {
            "start": 824877679,
            "stop": 824878039
        },
        {
            "start": 824878042,
            "stop": 824878050
        },
        {
            "start": 824878054,
            "stop": 824878327
        },
        {
            "start": 824878627,
            "stop": 824879088
        },
        {
            "start": 824879467,
            "stop": 824879755
        },
        {
            "start": 824880055,
            "stop": 824880578
        },
        {
            "start": 824880878,
            "stop": 824881072
        },
        {
            "start": 824881182,
            "stop": 824881227
        },
        {
            "start": 824881527,
            "stop": 824882336
        },
        {
            "start": 824882636,
            "stop": 824882639
        },
        {
            "start": 824882641,
            "stop": 824882642
        },
        {
            "start": 824882644,
            "stop": 824882730
        },
        {
            "start": 824882732,
            "stop": 824882889
        },
        {
            "start": 824882891,
            "stop": 824882927
        },
        {
            "start": 824882929,
            "stop": 824882993
        }
    ]
}