Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=109",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 110,
    "results": [
        {
            "start": 1264115599,
            "stop": 1264115625
        },
        {
            "start": 1264115628,
            "stop": 1264115653
        },
        {
            "start": 1264115655,
            "stop": 1264115746
        },
        {
            "start": 1264115751,
            "stop": 1264115819
        },
        {
            "start": 1264115820,
            "stop": 1264115939
        },
        {
            "start": 1264115942,
            "stop": 1264115964
        },
        {
            "start": 1264119483,
            "stop": 1264137658
        },
        {
            "start": 1264145647,
            "stop": 1264146468
        },
        {
            "start": 1264146470,
            "stop": 1264152268
        },
        {
            "start": 1264152270,
            "stop": 1264154371
        },
        {
            "start": 1264154373,
            "stop": 1264156265
        },
        {
            "start": 1264156266,
            "stop": 1264157033
        },
        {
            "start": 1264157036,
            "stop": 1264158760
        },
        {
            "start": 1264158762,
            "stop": 1264160186
        },
        {
            "start": 1264160188,
            "stop": 1264160274
        },
        {
            "start": 1264160276,
            "stop": 1264160294
        },
        {
            "start": 1264160296,
            "stop": 1264160698
        },
        {
            "start": 1264160700,
            "stop": 1264160754
        },
        {
            "start": 1264160757,
            "stop": 1264160805
        },
        {
            "start": 1264160807,
            "stop": 1264160858
        }
    ]
}