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=676
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=677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=675",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 676,
    "results": [
        {
            "start": 859987209,
            "stop": 860000751
        },
        {
            "start": 860001339,
            "stop": 860010993
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060483
        },
        {
            "start": 860062829,
            "stop": 860067150
        },
        {
            "start": 860067210,
            "stop": 860071413
        },
        {
            "start": 860071430,
            "stop": 860091131
        },
        {
            "start": 860110767,
            "stop": 860115570
        },
        {
            "start": 860115750,
            "stop": 860147910
        },
        {
            "start": 860147970,
            "stop": 860149693
        },
        {
            "start": 860151150,
            "stop": 860151210
        },
        {
            "start": 860151270,
            "stop": 860160352
        },
        {
            "start": 860161958,
            "stop": 860162310
        },
        {
            "start": 860162370,
            "stop": 860162550
        },
        {
            "start": 860162610,
            "stop": 860162614
        },
        {
            "start": 860166061,
            "stop": 860166810
        },
        {
            "start": 860167892,
            "stop": 860168610
        },
        {
            "start": 860168670,
            "stop": 860168685
        },
        {
            "start": 860206213,
            "stop": 860208630
        },
        {
            "start": 860208750,
            "stop": 860241347
        }
    ]
}