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=5899
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=5900",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5898",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5899,
    "results": [
        {
            "start": 875127070,
            "stop": 875127116
        },
        {
            "start": 875127123,
            "stop": 875127161
        },
        {
            "start": 875127165,
            "stop": 875127190
        },
        {
            "start": 875127193,
            "stop": 875127198
        },
        {
            "start": 875127201,
            "stop": 875127229
        },
        {
            "start": 875127232,
            "stop": 875127242
        },
        {
            "start": 875127246,
            "stop": 875127268
        },
        {
            "start": 875127271,
            "stop": 875127335
        },
        {
            "start": 875127339,
            "stop": 875127340
        },
        {
            "start": 875127343,
            "stop": 875127360
        },
        {
            "start": 875127363,
            "stop": 875127471
        },
        {
            "start": 875127475,
            "stop": 875127483
        },
        {
            "start": 875127486,
            "stop": 875127490
        },
        {
            "start": 875127493,
            "stop": 875127498
        },
        {
            "start": 875127501,
            "stop": 875127533
        },
        {
            "start": 875127536,
            "stop": 875127548
        },
        {
            "start": 875127552,
            "stop": 875127568
        },
        {
            "start": 875127571,
            "stop": 875127586
        },
        {
            "start": 875127592,
            "stop": 875127643
        },
        {
            "start": 875127646,
            "stop": 875127663
        }
    ]
}