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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6289",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6290,
    "results": [
        {
            "start": 875113587,
            "stop": 875113808
        },
        {
            "start": 875113811,
            "stop": 875113861
        },
        {
            "start": 875113864,
            "stop": 875113869
        },
        {
            "start": 875113874,
            "stop": 875113876
        },
        {
            "start": 875113879,
            "stop": 875113894
        },
        {
            "start": 875113897,
            "stop": 875113933
        },
        {
            "start": 875113936,
            "stop": 875114716
        },
        {
            "start": 875114816,
            "stop": 875114925
        },
        {
            "start": 875114928,
            "stop": 875114950
        },
        {
            "start": 875114955,
            "stop": 875114958
        },
        {
            "start": 875114961,
            "stop": 875114966
        },
        {
            "start": 875114969,
            "stop": 875114976
        },
        {
            "start": 875114987,
            "stop": 875114989
        },
        {
            "start": 875114992,
            "stop": 875115008
        },
        {
            "start": 875115011,
            "stop": 875115015
        },
        {
            "start": 875115018,
            "stop": 875115274
        },
        {
            "start": 875115277,
            "stop": 875115284
        },
        {
            "start": 875115291,
            "stop": 875115292
        },
        {
            "start": 875115295,
            "stop": 875115296
        },
        {
            "start": 875115299,
            "stop": 875115300
        }
    ]
}