Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=351",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 352,
    "results": [
        {
            "start": 829325282,
            "stop": 829328754
        },
        {
            "start": 829328757,
            "stop": 829330417
        },
        {
            "start": 829330423,
            "stop": 829330437
        },
        {
            "start": 829330443,
            "stop": 829330900
        },
        {
            "start": 829331200,
            "stop": 829333729
        },
        {
            "start": 829334029,
            "stop": 829334857
        },
        {
            "start": 829334863,
            "stop": 829335679
        },
        {
            "start": 829344755,
            "stop": 829344827
        },
        {
            "start": 829344829,
            "stop": 829344833
        },
        {
            "start": 829344835,
            "stop": 829344889
        },
        {
            "start": 829344891,
            "stop": 829344907
        },
        {
            "start": 829344909,
            "stop": 829344947
        },
        {
            "start": 829344950,
            "stop": 829344968
        },
        {
            "start": 829344970,
            "stop": 829344973
        },
        {
            "start": 829344975,
            "stop": 829345009
        },
        {
            "start": 829345011,
            "stop": 829345032
        },
        {
            "start": 829345034,
            "stop": 829345042
        },
        {
            "start": 829345044,
            "stop": 829345077
        },
        {
            "start": 829345079,
            "stop": 829345109
        },
        {
            "start": 829345112,
            "stop": 829345115
        }
    ]
}