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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 17,
    "results": [
        {
            "start": 817696175,
            "stop": 817698556
        },
        {
            "start": 817700009,
            "stop": 817700159
        },
        {
            "start": 817704087,
            "stop": 817705520
        },
        {
            "start": 817705522,
            "stop": 817719064
        },
        {
            "start": 817720684,
            "stop": 817748072
        },
        {
            "start": 817750205,
            "stop": 817750487
        },
        {
            "start": 817755360,
            "stop": 817769296
        },
        {
            "start": 817771268,
            "stop": 817771751
        },
        {
            "start": 817773011,
            "stop": 817775664
        },
        {
            "start": 817775666,
            "stop": 817778286
        },
        {
            "start": 817778288,
            "stop": 817781896
        },
        {
            "start": 817784015,
            "stop": 817799377
        },
        {
            "start": 817799379,
            "stop": 817803082
        },
        {
            "start": 817803084,
            "stop": 817803416
        },
        {
            "start": 817804811,
            "stop": 817814030
        },
        {
            "start": 817814032,
            "stop": 817816073
        },
        {
            "start": 817816075,
            "stop": 817817221
        },
        {
            "start": 817853794,
            "stop": 817854447
        },
        {
            "start": 817854449,
            "stop": 817855697
        },
        {
            "start": 817855699,
            "stop": 817855712
        }
    ]
}