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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1847",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1845",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1846,
    "results": [
        {
            "start": 965477258,
            "stop": 965484380
        },
        {
            "start": 965500613,
            "stop": 965505069
        },
        {
            "start": 965505070,
            "stop": 965505552
        },
        {
            "start": 965505553,
            "stop": 965506944
        },
        {
            "start": 965506945,
            "stop": 965511195
        },
        {
            "start": 965512682,
            "stop": 965516169
        },
        {
            "start": 965516171,
            "stop": 965520281
        },
        {
            "start": 965520733,
            "stop": 965526584
        },
        {
            "start": 965526585,
            "stop": 965530035
        },
        {
            "start": 965530036,
            "stop": 965533016
        },
        {
            "start": 965533017,
            "stop": 965539012
        },
        {
            "start": 965540543,
            "stop": 965547885
        },
        {
            "start": 965549247,
            "stop": 965549741
        },
        {
            "start": 965549742,
            "stop": 965557526
        },
        {
            "start": 965557527,
            "stop": 965557685
        },
        {
            "start": 965557686,
            "stop": 965561033
        },
        {
            "start": 965565590,
            "stop": 965572136
        },
        {
            "start": 965572137,
            "stop": 965586911
        },
        {
            "start": 965589275,
            "stop": 965592568
        },
        {
            "start": 965592569,
            "stop": 965594796
        }
    ]
}