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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=23",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 24,
    "results": [
        {
            "start": 818060900,
            "stop": 818068453
        },
        {
            "start": 818069674,
            "stop": 818077186
        },
        {
            "start": 818077734,
            "stop": 818112830
        },
        {
            "start": 818120320,
            "stop": 818160970
        },
        {
            "start": 818164301,
            "stop": 818172853
        },
        {
            "start": 818174513,
            "stop": 818180468
        },
        {
            "start": 818180720,
            "stop": 818182077
        },
        {
            "start": 818185336,
            "stop": 818324128
        },
        {
            "start": 818324472,
            "stop": 818326513
        },
        {
            "start": 818326550,
            "stop": 818326551
        },
        {
            "start": 818327623,
            "stop": 818343193
        },
        {
            "start": 818344969,
            "stop": 818345466
        },
        {
            "start": 818345966,
            "stop": 818346840
        },
        {
            "start": 818348535,
            "stop": 818352286
        },
        {
            "start": 818354602,
            "stop": 818457133
        },
        {
            "start": 818457868,
            "stop": 818460112
        },
        {
            "start": 818462871,
            "stop": 818479693
        },
        {
            "start": 818484505,
            "stop": 818493216
        },
        {
            "start": 818493728,
            "stop": 818524933
        },
        {
            "start": 818562732,
            "stop": 818564821
        }
    ]
}