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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=17",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 18,
    "results": [
        {
            "start": 815315995,
            "stop": 815316074
        },
        {
            "start": 815316077,
            "stop": 815316283
        },
        {
            "start": 815316464,
            "stop": 815317939
        },
        {
            "start": 815317942,
            "stop": 815318667
        },
        {
            "start": 815318671,
            "stop": 815318742
        },
        {
            "start": 815318745,
            "stop": 815318863
        },
        {
            "start": 815319044,
            "stop": 815320556
        },
        {
            "start": 815320573,
            "stop": 815320954
        },
        {
            "start": 815320957,
            "stop": 815321240
        },
        {
            "start": 815321243,
            "stop": 815321656
        },
        {
            "start": 815321673,
            "stop": 815321820
        },
        {
            "start": 815321823,
            "stop": 815322500
        },
        {
            "start": 815322620,
            "stop": 815322621
        },
        {
            "start": 815322638,
            "stop": 815322765
        },
        {
            "start": 815322784,
            "stop": 815322960
        },
        {
            "start": 815322963,
            "stop": 815323410
        },
        {
            "start": 815323413,
            "stop": 815323457
        },
        {
            "start": 815323460,
            "stop": 815323754
        },
        {
            "start": 815323757,
            "stop": 815323817
        },
        {
            "start": 815323820,
            "stop": 815323906
        }
    ]
}