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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=185",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 186,
    "results": [
        {
            "start": 817464429,
            "stop": 817464589
        },
        {
            "start": 817464606,
            "stop": 817465635
        },
        {
            "start": 817465652,
            "stop": 817466827
        },
        {
            "start": 817466844,
            "stop": 817466848
        },
        {
            "start": 817466865,
            "stop": 817466908
        },
        {
            "start": 817466927,
            "stop": 817467465
        },
        {
            "start": 817467484,
            "stop": 817467643
        },
        {
            "start": 817467662,
            "stop": 817472082
        },
        {
            "start": 817472099,
            "stop": 817472573
        },
        {
            "start": 817472590,
            "stop": 817472971
        },
        {
            "start": 817472988,
            "stop": 817473000
        },
        {
            "start": 817474958,
            "stop": 817475136
        },
        {
            "start": 817475169,
            "stop": 817475258
        },
        {
            "start": 817475277,
            "stop": 817475690
        },
        {
            "start": 817475709,
            "stop": 817476526
        },
        {
            "start": 817477300,
            "stop": 817477471
        },
        {
            "start": 817513848,
            "stop": 817514284
        },
        {
            "start": 817514305,
            "stop": 817514565
        },
        {
            "start": 817514585,
            "stop": 817514656
        },
        {
            "start": 817514676,
            "stop": 817515090
        }
    ]
}