Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5842
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=5843",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5841",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5842,
    "results": [
        {
            "start": 874737009,
            "stop": 874737027
        },
        {
            "start": 874737030,
            "stop": 874737068
        },
        {
            "start": 874737072,
            "stop": 874737105
        },
        {
            "start": 874737108,
            "stop": 874737147
        },
        {
            "start": 874737150,
            "stop": 874737222
        },
        {
            "start": 874737225,
            "stop": 874737347
        },
        {
            "start": 874737351,
            "stop": 874737568
        },
        {
            "start": 874737572,
            "stop": 874737671
        },
        {
            "start": 874737675,
            "stop": 874737820
        },
        {
            "start": 874737824,
            "stop": 874737882
        },
        {
            "start": 874737885,
            "stop": 874737933
        },
        {
            "start": 874737937,
            "stop": 874738007
        },
        {
            "start": 874738011,
            "stop": 874738168
        },
        {
            "start": 874738171,
            "stop": 874738222
        },
        {
            "start": 874738226,
            "stop": 874738248
        },
        {
            "start": 874738252,
            "stop": 874738357
        },
        {
            "start": 874738360,
            "stop": 874738369
        },
        {
            "start": 874738372,
            "stop": 874738428
        },
        {
            "start": 874738432,
            "stop": 874738520
        },
        {
            "start": 874738525,
            "stop": 874738526
        }
    ]
}