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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=83",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 84,
    "results": [
        {
            "start": 821437818,
            "stop": 821437827
        },
        {
            "start": 821437830,
            "stop": 821437910
        },
        {
            "start": 821437913,
            "stop": 821437964
        },
        {
            "start": 821437967,
            "stop": 821438124
        },
        {
            "start": 821438127,
            "stop": 821438170
        },
        {
            "start": 821438173,
            "stop": 821438407
        },
        {
            "start": 821438410,
            "stop": 821438897
        },
        {
            "start": 821438900,
            "stop": 821438937
        },
        {
            "start": 821438940,
            "stop": 821438941
        },
        {
            "start": 821438944,
            "stop": 821438973
        },
        {
            "start": 821438979,
            "stop": 821439016
        },
        {
            "start": 821439019,
            "stop": 821439127
        },
        {
            "start": 821439130,
            "stop": 821439197
        },
        {
            "start": 821439200,
            "stop": 821439296
        },
        {
            "start": 821439299,
            "stop": 821439417
        },
        {
            "start": 821439420,
            "stop": 821439907
        },
        {
            "start": 821439910,
            "stop": 821439946
        },
        {
            "start": 821439949,
            "stop": 821440060
        },
        {
            "start": 821440063,
            "stop": 821440082
        },
        {
            "start": 821440085,
            "stop": 821440179
        }
    ]
}