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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1,
    "results": [
        {
            "start": 815402953,
            "stop": 815403073
        },
        {
            "start": 815410873,
            "stop": 815412894
        },
        {
            "start": 815412897,
            "stop": 815412910
        },
        {
            "start": 815412959,
            "stop": 815414233
        },
        {
            "start": 815414263,
            "stop": 815414266
        },
        {
            "start": 815494115,
            "stop": 815494942
        },
        {
            "start": 815494945,
            "stop": 815498048
        },
        {
            "start": 815563778,
            "stop": 815570255
        },
        {
            "start": 815570257,
            "stop": 815571733
        },
        {
            "start": 815572952,
            "stop": 815580719
        },
        {
            "start": 815582989,
            "stop": 815585328
        },
        {
            "start": 815586326,
            "stop": 815586443
        },
        {
            "start": 815586447,
            "stop": 815586526
        },
        {
            "start": 815589938,
            "stop": 815590153
        },
        {
            "start": 815591958,
            "stop": 815592253
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815726352,
            "stop": 815726828
        },
        {
            "start": 815726831,
            "stop": 815731808
        },
        {
            "start": 815731840,
            "stop": 815733472
        },
        {
            "start": 815733504,
            "stop": 815734181
        }
    ]
}