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=5785
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=5786",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5784",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5785,
    "results": [
        {
            "start": 874674593,
            "stop": 874674638
        },
        {
            "start": 874674641,
            "stop": 874674743
        },
        {
            "start": 874674749,
            "stop": 874674805
        },
        {
            "start": 874674808,
            "stop": 874674847
        },
        {
            "start": 874674851,
            "stop": 874674909
        },
        {
            "start": 874674913,
            "stop": 874675255
        },
        {
            "start": 874675258,
            "stop": 874675377
        },
        {
            "start": 874675383,
            "stop": 874675397
        },
        {
            "start": 874675400,
            "stop": 874675472
        },
        {
            "start": 874675475,
            "stop": 874675487
        },
        {
            "start": 874675491,
            "stop": 874675521
        },
        {
            "start": 874675524,
            "stop": 874675557
        },
        {
            "start": 874675560,
            "stop": 874675603
        },
        {
            "start": 874675606,
            "stop": 874675656
        },
        {
            "start": 874675659,
            "stop": 874675725
        },
        {
            "start": 874675728,
            "stop": 874675943
        },
        {
            "start": 874675947,
            "stop": 874675975
        },
        {
            "start": 874675978,
            "stop": 874676040
        },
        {
            "start": 874676044,
            "stop": 874676105
        },
        {
            "start": 874676108,
            "stop": 874676163
        }
    ]
}