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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5806",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5804",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5805,
    "results": [
        {
            "start": 874700304,
            "stop": 874700305
        },
        {
            "start": 874700309,
            "stop": 874700347
        },
        {
            "start": 874700354,
            "stop": 874700360
        },
        {
            "start": 874700363,
            "stop": 874700384
        },
        {
            "start": 874700391,
            "stop": 874700410
        },
        {
            "start": 874700414,
            "stop": 874700474
        },
        {
            "start": 874700478,
            "stop": 874700479
        },
        {
            "start": 874700482,
            "stop": 874700574
        },
        {
            "start": 874700580,
            "stop": 874700617
        },
        {
            "start": 874700623,
            "stop": 874700628
        },
        {
            "start": 874700631,
            "stop": 874700646
        },
        {
            "start": 874700649,
            "stop": 874700651
        },
        {
            "start": 874700654,
            "stop": 874700662
        },
        {
            "start": 874700665,
            "stop": 874700672
        },
        {
            "start": 874700675,
            "stop": 874700680
        },
        {
            "start": 874700683,
            "stop": 874700684
        },
        {
            "start": 874700687,
            "stop": 874700754
        },
        {
            "start": 874700757,
            "stop": 874700768
        },
        {
            "start": 874700771,
            "stop": 874700778
        },
        {
            "start": 874700781,
            "stop": 874700792
        }
    ]
}