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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=726",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 727,
    "results": [
        {
            "start": 869572750,
            "stop": 869573998
        },
        {
            "start": 869574022,
            "stop": 869574207
        },
        {
            "start": 869574229,
            "stop": 869574233
        },
        {
            "start": 869574254,
            "stop": 869574373
        },
        {
            "start": 869574396,
            "stop": 869574435
        },
        {
            "start": 869574454,
            "stop": 869574506
        },
        {
            "start": 869574551,
            "stop": 869574589
        },
        {
            "start": 869574609,
            "stop": 869574611
        },
        {
            "start": 869574634,
            "stop": 869574666
        },
        {
            "start": 869574688,
            "stop": 869574727
        },
        {
            "start": 869574773,
            "stop": 869574792
        },
        {
            "start": 869574873,
            "stop": 869574893
        },
        {
            "start": 869574914,
            "stop": 869574953
        },
        {
            "start": 869574972,
            "stop": 869575042
        },
        {
            "start": 869575083,
            "stop": 869575131
        },
        {
            "start": 869575160,
            "stop": 869575193
        },
        {
            "start": 869575261,
            "stop": 869575283
        },
        {
            "start": 869575305,
            "stop": 869575340
        },
        {
            "start": 869575412,
            "stop": 869575414
        },
        {
            "start": 869575455,
            "stop": 869575456
        }
    ]
}