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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=20",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 21,
    "results": [
        {
            "start": 1260812508,
            "stop": 1260812510
        },
        {
            "start": 1260812512,
            "stop": 1260812525
        },
        {
            "start": 1260812530,
            "stop": 1260812533
        },
        {
            "start": 1260812540,
            "stop": 1260815386
        },
        {
            "start": 1260815388,
            "stop": 1260823999
        },
        {
            "start": 1260824002,
            "stop": 1260840860
        },
        {
            "start": 1260843278,
            "stop": 1260854154
        },
        {
            "start": 1260854155,
            "stop": 1260904975
        },
        {
            "start": 1260907617,
            "stop": 1260910015
        },
        {
            "start": 1260919391,
            "stop": 1260937455
        },
        {
            "start": 1260937721,
            "stop": 1260962668
        },
        {
            "start": 1260962926,
            "stop": 1260969189
        },
        {
            "start": 1260969328,
            "stop": 1260975569
        },
        {
            "start": 1260975859,
            "stop": 1260980139
        },
        {
            "start": 1261007858,
            "stop": 1261012550
        },
        {
            "start": 1261012551,
            "stop": 1261024426
        },
        {
            "start": 1261024427,
            "stop": 1261026570
        },
        {
            "start": 1261034390,
            "stop": 1261042384
        },
        {
            "start": 1261042385,
            "stop": 1261043342
        },
        {
            "start": 1261043343,
            "stop": 1261074587
        }
    ]
}