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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=2",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 3,
    "results": [
        {
            "start": 1127095797,
            "stop": 1127126633
        },
        {
            "start": 1127126884,
            "stop": 1127128336
        },
        {
            "start": 1127128872,
            "stop": 1127135244
        },
        {
            "start": 1127146272,
            "stop": 1127146500
        },
        {
            "start": 1127160141,
            "stop": 1127161385
        },
        {
            "start": 1127163504,
            "stop": 1127172026
        },
        {
            "start": 1127175352,
            "stop": 1127180171
        },
        {
            "start": 1127180520,
            "stop": 1127229875
        },
        {
            "start": 1127234560,
            "stop": 1127271521
        },
        {
            "start": 1127308159,
            "stop": 1127311315
        },
        {
            "start": 1127326812,
            "stop": 1127331295
        },
        {
            "start": 1127332459,
            "stop": 1127332890
        },
        {
            "start": 1127334068,
            "stop": 1127352848
        },
        {
            "start": 1127353384,
            "stop": 1127378210
        },
        {
            "start": 1127385080,
            "stop": 1127387600
        },
        {
            "start": 1127388136,
            "stop": 1127409172
        },
        {
            "start": 1127421514,
            "stop": 1127423152
        },
        {
            "start": 1127425104,
            "stop": 1127435600
        },
        {
            "start": 1127436136,
            "stop": 1127436818
        },
        {
            "start": 1127442184,
            "stop": 1127460551
        }
    ]
}