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=5832
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=5833",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5831",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5832,
    "results": [
        {
            "start": 874721572,
            "stop": 874721615
        },
        {
            "start": 874721618,
            "stop": 874721633
        },
        {
            "start": 874721636,
            "stop": 874721661
        },
        {
            "start": 874721665,
            "stop": 874721904
        },
        {
            "start": 874721907,
            "stop": 874722009
        },
        {
            "start": 874722013,
            "stop": 874722033
        },
        {
            "start": 874722037,
            "stop": 874722265
        },
        {
            "start": 874722268,
            "stop": 874722332
        },
        {
            "start": 874722335,
            "stop": 874722351
        },
        {
            "start": 874722354,
            "stop": 874722361
        },
        {
            "start": 874722364,
            "stop": 874722382
        },
        {
            "start": 874722385,
            "stop": 874722387
        },
        {
            "start": 874722390,
            "stop": 874722455
        },
        {
            "start": 874722458,
            "stop": 874722474
        },
        {
            "start": 874722477,
            "stop": 874722525
        },
        {
            "start": 874722528,
            "stop": 874722570
        },
        {
            "start": 874722574,
            "stop": 874722597
        },
        {
            "start": 874722600,
            "stop": 874722616
        },
        {
            "start": 874722619,
            "stop": 874722651
        },
        {
            "start": 874722654,
            "stop": 874722761
        }
    ]
}