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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9906",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9907,
    "results": [
        {
            "start": 874635597,
            "stop": 874635640
        },
        {
            "start": 874635643,
            "stop": 874635646
        },
        {
            "start": 874635651,
            "stop": 874635652
        },
        {
            "start": 874635655,
            "stop": 874635657
        },
        {
            "start": 874635666,
            "stop": 874635676
        },
        {
            "start": 874635705,
            "stop": 874635734
        },
        {
            "start": 874635741,
            "stop": 874635742
        },
        {
            "start": 874635748,
            "stop": 874635917
        },
        {
            "start": 874635920,
            "stop": 874636336
        },
        {
            "start": 874636339,
            "stop": 874636342
        },
        {
            "start": 874636345,
            "stop": 874636393
        },
        {
            "start": 874636396,
            "stop": 874636404
        },
        {
            "start": 874636410,
            "stop": 874636423
        },
        {
            "start": 874636426,
            "stop": 874636441
        },
        {
            "start": 874636444,
            "stop": 874636485
        },
        {
            "start": 874636489,
            "stop": 874636531
        },
        {
            "start": 874636534,
            "stop": 874636637
        },
        {
            "start": 874636642,
            "stop": 874636650
        },
        {
            "start": 874636654,
            "stop": 874636655
        },
        {
            "start": 874636658,
            "stop": 874636770
        }
    ]
}