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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=206",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 207,
    "results": [
        {
            "start": 820415474,
            "stop": 820416055
        },
        {
            "start": 820416058,
            "stop": 820416880
        },
        {
            "start": 820416883,
            "stop": 820417151
        },
        {
            "start": 820417154,
            "stop": 820418070
        },
        {
            "start": 820418073,
            "stop": 820418126
        },
        {
            "start": 820418129,
            "stop": 820419207
        },
        {
            "start": 820419210,
            "stop": 820419945
        },
        {
            "start": 820419948,
            "stop": 820420236
        },
        {
            "start": 820420239,
            "stop": 820420260
        },
        {
            "start": 820420263,
            "stop": 820420368
        },
        {
            "start": 820420371,
            "stop": 820421515
        },
        {
            "start": 820421518,
            "stop": 820423624
        },
        {
            "start": 820423627,
            "stop": 820424123
        },
        {
            "start": 820424697,
            "stop": 820425225
        },
        {
            "start": 820425228,
            "stop": 820425466
        },
        {
            "start": 820425469,
            "stop": 820425824
        },
        {
            "start": 820425827,
            "stop": 820426033
        },
        {
            "start": 820426036,
            "stop": 820426257
        },
        {
            "start": 820426260,
            "stop": 820426369
        },
        {
            "start": 820426372,
            "stop": 820426531
        }
    ]
}