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_CAT3/segments?format=api&page=571
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=572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=570",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 571,
    "results": [
        {
            "start": 827435174,
            "stop": 827436961
        },
        {
            "start": 827436979,
            "stop": 827438649
        },
        {
            "start": 827438666,
            "stop": 827439882
        },
        {
            "start": 827439888,
            "stop": 827442223
        },
        {
            "start": 827442227,
            "stop": 827442292
        },
        {
            "start": 827442295,
            "stop": 827447821
        },
        {
            "start": 827447841,
            "stop": 827453977
        },
        {
            "start": 827453994,
            "stop": 827455564
        },
        {
            "start": 827455581,
            "stop": 827456452
        },
        {
            "start": 827456469,
            "stop": 827457157
        },
        {
            "start": 827457174,
            "stop": 827457311
        },
        {
            "start": 827457328,
            "stop": 827458010
        },
        {
            "start": 827458027,
            "stop": 827458065
        },
        {
            "start": 827458107,
            "stop": 827459010
        },
        {
            "start": 827459100,
            "stop": 827459550
        },
        {
            "start": 827459610,
            "stop": 827459719
        },
        {
            "start": 827459743,
            "stop": 827460227
        },
        {
            "start": 827460252,
            "stop": 827460507
        },
        {
            "start": 827460535,
            "stop": 827460787
        },
        {
            "start": 827460808,
            "stop": 827460814
        }
    ]
}