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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=815",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 816,
    "results": [
        {
            "start": 869549355,
            "stop": 869557426
        },
        {
            "start": 869557430,
            "stop": 869557486
        },
        {
            "start": 869557492,
            "stop": 869557497
        },
        {
            "start": 869557500,
            "stop": 869567102
        },
        {
            "start": 869567105,
            "stop": 869567208
        },
        {
            "start": 869567213,
            "stop": 869567930
        },
        {
            "start": 869567935,
            "stop": 869567953
        },
        {
            "start": 869567959,
            "stop": 869567991
        },
        {
            "start": 869567996,
            "stop": 869568031
        },
        {
            "start": 869568036,
            "stop": 869568230
        },
        {
            "start": 869568240,
            "stop": 869568333
        },
        {
            "start": 869568336,
            "stop": 869568458
        },
        {
            "start": 869568465,
            "stop": 869568501
        },
        {
            "start": 869568506,
            "stop": 869568521
        },
        {
            "start": 869568527,
            "stop": 869568608
        },
        {
            "start": 869568613,
            "stop": 869568645
        },
        {
            "start": 869568653,
            "stop": 869568734
        },
        {
            "start": 869568738,
            "stop": 869568760
        },
        {
            "start": 869568764,
            "stop": 869568797
        },
        {
            "start": 869568803,
            "stop": 869568820
        }
    ]
}