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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9966",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9964",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9965,
    "results": [
        {
            "start": 875084117,
            "stop": 875084122
        },
        {
            "start": 875084128,
            "stop": 875084131
        },
        {
            "start": 875084139,
            "stop": 875084142
        },
        {
            "start": 875084145,
            "stop": 875084256
        },
        {
            "start": 875084261,
            "stop": 875084331
        },
        {
            "start": 875084336,
            "stop": 875084339
        },
        {
            "start": 875084347,
            "stop": 875084349
        },
        {
            "start": 875084359,
            "stop": 875084361
        },
        {
            "start": 875084371,
            "stop": 875084372
        },
        {
            "start": 875084391,
            "stop": 875084392
        },
        {
            "start": 875084402,
            "stop": 875084404
        },
        {
            "start": 875084413,
            "stop": 875084414
        },
        {
            "start": 875084424,
            "stop": 875084425
        },
        {
            "start": 875084433,
            "stop": 875084434
        },
        {
            "start": 875084443,
            "stop": 875084445
        },
        {
            "start": 875084450,
            "stop": 875084509
        },
        {
            "start": 875084517,
            "stop": 875084519
        },
        {
            "start": 875084547,
            "stop": 875084551
        },
        {
            "start": 875091343,
            "stop": 875091419
        },
        {
            "start": 875091422,
            "stop": 875092425
        }
    ]
}