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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4542",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4540",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4541,
    "results": [
        {
            "start": 968683433,
            "stop": 968683633
        },
        {
            "start": 968683636,
            "stop": 968683843
        },
        {
            "start": 968683848,
            "stop": 968684322
        },
        {
            "start": 968684326,
            "stop": 968684552
        },
        {
            "start": 968684555,
            "stop": 968684579
        },
        {
            "start": 968684583,
            "stop": 968684646
        },
        {
            "start": 968684649,
            "stop": 968684988
        },
        {
            "start": 968684991,
            "stop": 968685597
        },
        {
            "start": 968685600,
            "stop": 968685617
        },
        {
            "start": 968685620,
            "stop": 968686561
        },
        {
            "start": 968686564,
            "stop": 968686718
        },
        {
            "start": 968686721,
            "stop": 968686751
        },
        {
            "start": 968686756,
            "stop": 968686788
        },
        {
            "start": 968688905,
            "stop": 968689458
        },
        {
            "start": 968689461,
            "stop": 968690311
        },
        {
            "start": 968690314,
            "stop": 968690331
        },
        {
            "start": 968690335,
            "stop": 968690481
        },
        {
            "start": 968690484,
            "stop": 968690851
        },
        {
            "start": 968690854,
            "stop": 968691327
        },
        {
            "start": 968691344,
            "stop": 968691698
        }
    ]
}