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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT2/segments?format=api&page=66",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 67,
    "results": [
        {
            "start": 1253399041,
            "stop": 1253403560
        },
        {
            "start": 1253407527,
            "stop": 1253436348
        },
        {
            "start": 1253436368,
            "stop": 1253443501
        },
        {
            "start": 1253444409,
            "stop": 1253445727
        },
        {
            "start": 1253445743,
            "stop": 1253452591
        },
        {
            "start": 1253475039,
            "stop": 1253492262
        },
        {
            "start": 1253497118,
            "stop": 1253498739
        },
        {
            "start": 1253498755,
            "stop": 1253498769
        },
        {
            "start": 1253499965,
            "stop": 1253516597
        },
        {
            "start": 1253542126,
            "stop": 1253553778
        },
        {
            "start": 1253555628,
            "stop": 1253556018
        },
        {
            "start": 1253557514,
            "stop": 1253576492
        },
        {
            "start": 1253577787,
            "stop": 1253589138
        },
        {
            "start": 1253590806,
            "stop": 1253601791
        },
        {
            "start": 1253603242,
            "stop": 1253634271
        },
        {
            "start": 1253635560,
            "stop": 1253655464
        },
        {
            "start": 1253655488,
            "stop": 1253677230
        },
        {
            "start": 1253680575,
            "stop": 1253691144
        },
        {
            "start": 1253692920,
            "stop": 1253711034
        },
        {
            "start": 1253714320,
            "stop": 1253752553
        }
    ]
}