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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=88",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 89,
    "results": [
        {
            "start": 824538326,
            "stop": 824538363
        },
        {
            "start": 824538366,
            "stop": 824538403
        },
        {
            "start": 824538406,
            "stop": 824540405
        },
        {
            "start": 824540408,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596598
        },
        {
            "start": 824599275,
            "stop": 824599817
        },
        {
            "start": 824599823,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618430
        },
        {
            "start": 824618581,
            "stop": 824619579
        },
        {
            "start": 824619879,
            "stop": 824623353
        },
        {
            "start": 824623356,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628934
        },
        {
            "start": 824672944,
            "stop": 824673507
        },
        {
            "start": 824673513,
            "stop": 824673532
        },
        {
            "start": 824673538,
            "stop": 824673540
        },
        {
            "start": 824673545,
            "stop": 824674263
        },
        {
            "start": 824675518,
            "stop": 824676087
        },
        {
            "start": 824676530,
            "stop": 824676654
        }
    ]
}