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=702
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=703",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=701",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 702,
    "results": [
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866133940
        },
        {
            "start": 866133959,
            "stop": 866134586
        },
        {
            "start": 866135227,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866139057
        },
        {
            "start": 866139078,
            "stop": 866139644
        },
        {
            "start": 866139663,
            "stop": 866139886
        },
        {
            "start": 866139905,
            "stop": 866141258
        },
        {
            "start": 866141278,
            "stop": 866143853
        },
        {
            "start": 866143872,
            "stop": 866145588
        },
        {
            "start": 866145607,
            "stop": 866149321
        },
        {
            "start": 866149340,
            "stop": 866150157
        },
        {
            "start": 866150176,
            "stop": 866150359
        },
        {
            "start": 866150378,
            "stop": 866150392
        },
        {
            "start": 866153219,
            "stop": 866157801
        },
        {
            "start": 866157820,
            "stop": 866158116
        },
        {
            "start": 866158135,
            "stop": 866158844
        },
        {
            "start": 866158863,
            "stop": 866159751
        },
        {
            "start": 866162254,
            "stop": 866162712
        },
        {
            "start": 866162731,
            "stop": 866162804
        }
    ]
}