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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=143",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 144,
    "results": [
        {
            "start": 931471366,
            "stop": 931471519
        },
        {
            "start": 931471521,
            "stop": 931471574
        },
        {
            "start": 931471576,
            "stop": 931471587
        },
        {
            "start": 931471589,
            "stop": 931471747
        },
        {
            "start": 931471748,
            "stop": 931471755
        },
        {
            "start": 931471757,
            "stop": 931472096
        },
        {
            "start": 931472098,
            "stop": 931472275
        },
        {
            "start": 931472279,
            "stop": 931472755
        },
        {
            "start": 931472756,
            "stop": 931472769
        },
        {
            "start": 931479596,
            "stop": 931480256
        },
        {
            "start": 931483130,
            "stop": 931483395
        },
        {
            "start": 931484557,
            "stop": 931484698
        },
        {
            "start": 931484700,
            "stop": 931484899
        },
        {
            "start": 931484901,
            "stop": 931485016
        },
        {
            "start": 931485018,
            "stop": 931485518
        },
        {
            "start": 931485520,
            "stop": 931485529
        },
        {
            "start": 931485531,
            "stop": 931485597
        },
        {
            "start": 931485599,
            "stop": 931485603
        },
        {
            "start": 931485605,
            "stop": 931485613
        },
        {
            "start": 931485615,
            "stop": 931485618
        }
    ]
}