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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=11",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 12,
    "results": [
        {
            "start": 815831372,
            "stop": 815833207
        },
        {
            "start": 815833220,
            "stop": 815833245
        },
        {
            "start": 815833252,
            "stop": 815836093
        },
        {
            "start": 815838512,
            "stop": 815838580
        },
        {
            "start": 815838587,
            "stop": 815838595
        },
        {
            "start": 815838602,
            "stop": 815838618
        },
        {
            "start": 815838625,
            "stop": 815838671
        },
        {
            "start": 815838678,
            "stop": 815838727
        },
        {
            "start": 815838735,
            "stop": 815839130
        },
        {
            "start": 815839210,
            "stop": 815839596
        },
        {
            "start": 815839604,
            "stop": 815839928
        },
        {
            "start": 815839935,
            "stop": 815840057
        },
        {
            "start": 815840064,
            "stop": 815840726
        },
        {
            "start": 815840733,
            "stop": 815840967
        },
        {
            "start": 815880370,
            "stop": 815880712
        },
        {
            "start": 815880720,
            "stop": 815880819
        },
        {
            "start": 815880827,
            "stop": 815881573
        },
        {
            "start": 815881581,
            "stop": 815881767
        },
        {
            "start": 815881774,
            "stop": 815882976
        },
        {
            "start": 815882983,
            "stop": 815883319
        }
    ]
}