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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=86",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 87,
    "results": [
        {
            "start": 821354338,
            "stop": 821354355
        },
        {
            "start": 821354358,
            "stop": 821354362
        },
        {
            "start": 821354365,
            "stop": 821354426
        },
        {
            "start": 821354429,
            "stop": 821354440
        },
        {
            "start": 821354443,
            "stop": 821354501
        },
        {
            "start": 821354504,
            "stop": 821354557
        },
        {
            "start": 821354560,
            "stop": 821354642
        },
        {
            "start": 821354645,
            "stop": 821354806
        },
        {
            "start": 821354812,
            "stop": 821354842
        },
        {
            "start": 821354848,
            "stop": 821354906
        },
        {
            "start": 821354909,
            "stop": 821354954
        },
        {
            "start": 821354957,
            "stop": 821354958
        },
        {
            "start": 821354961,
            "stop": 821354972
        },
        {
            "start": 821354975,
            "stop": 821355020
        },
        {
            "start": 821355023,
            "stop": 821355081
        },
        {
            "start": 821355084,
            "stop": 821355784
        },
        {
            "start": 821355787,
            "stop": 821355794
        },
        {
            "start": 821355797,
            "stop": 821355801
        },
        {
            "start": 821355804,
            "stop": 821355868
        },
        {
            "start": 821355871,
            "stop": 821356029
        }
    ]
}