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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=141",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 142,
    "results": [
        {
            "start": 836189850,
            "stop": 836197129
        },
        {
            "start": 836197713,
            "stop": 836198554
        },
        {
            "start": 836199075,
            "stop": 836202252
        },
        {
            "start": 836202742,
            "stop": 836221960
        },
        {
            "start": 836222424,
            "stop": 836234556
        },
        {
            "start": 836234956,
            "stop": 836247384
        },
        {
            "start": 836248672,
            "stop": 836259587
        },
        {
            "start": 836260032,
            "stop": 836261506
        },
        {
            "start": 836262622,
            "stop": 836273725
        },
        {
            "start": 836273727,
            "stop": 836293079
        },
        {
            "start": 836294525,
            "stop": 836306121
        },
        {
            "start": 836306441,
            "stop": 836308061
        },
        {
            "start": 836308461,
            "stop": 836325110
        },
        {
            "start": 836325112,
            "stop": 836331260
        },
        {
            "start": 836332454,
            "stop": 836333509
        },
        {
            "start": 836333909,
            "stop": 836334823
        },
        {
            "start": 836336154,
            "stop": 836343996
        },
        {
            "start": 836343998,
            "stop": 836352352
        },
        {
            "start": 836353833,
            "stop": 836354048
        },
        {
            "start": 836354511,
            "stop": 836356467
        }
    ]
}