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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=148",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 149,
    "results": [
        {
            "start": 1239948431,
            "stop": 1239948550
        },
        {
            "start": 1239948551,
            "stop": 1239948670
        },
        {
            "start": 1239948671,
            "stop": 1239948790
        },
        {
            "start": 1239948791,
            "stop": 1239948910
        },
        {
            "start": 1239948911,
            "stop": 1239949030
        },
        {
            "start": 1239949031,
            "stop": 1239949150
        },
        {
            "start": 1239949151,
            "stop": 1239949270
        },
        {
            "start": 1239949271,
            "stop": 1239949390
        },
        {
            "start": 1239949391,
            "stop": 1239949510
        },
        {
            "start": 1239949511,
            "stop": 1239949630
        },
        {
            "start": 1239949631,
            "stop": 1239949750
        },
        {
            "start": 1239949751,
            "stop": 1239949870
        },
        {
            "start": 1239949871,
            "stop": 1239949990
        },
        {
            "start": 1239949991,
            "stop": 1239950110
        },
        {
            "start": 1239950111,
            "stop": 1239950230
        },
        {
            "start": 1239950231,
            "stop": 1239950350
        },
        {
            "start": 1239950351,
            "stop": 1239950470
        },
        {
            "start": 1239950471,
            "stop": 1239950590
        },
        {
            "start": 1239950591,
            "stop": 1239950710
        },
        {
            "start": 1239950711,
            "stop": 1239950830
        }
    ]
}