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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=102",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 103,
    "results": [
        {
            "start": 931330619,
            "stop": 931330620
        },
        {
            "start": 931330623,
            "stop": 931330624
        },
        {
            "start": 931330626,
            "stop": 931330631
        },
        {
            "start": 931330633,
            "stop": 931330635
        },
        {
            "start": 931330639,
            "stop": 931330642
        },
        {
            "start": 931330644,
            "stop": 931330645
        },
        {
            "start": 931330649,
            "stop": 931330651
        },
        {
            "start": 931330653,
            "stop": 931330656
        },
        {
            "start": 931330658,
            "stop": 931330673
        },
        {
            "start": 931330676,
            "stop": 931330677
        },
        {
            "start": 931330679,
            "stop": 931330682
        },
        {
            "start": 931330684,
            "stop": 931330687
        },
        {
            "start": 931330689,
            "stop": 931330691
        },
        {
            "start": 931330694,
            "stop": 931330698
        },
        {
            "start": 931330701,
            "stop": 931330704
        },
        {
            "start": 931330706,
            "stop": 931330709
        },
        {
            "start": 931330712,
            "stop": 931330717
        },
        {
            "start": 931330720,
            "stop": 931330724
        },
        {
            "start": 931330726,
            "stop": 931330730
        },
        {
            "start": 931330732,
            "stop": 931330735
        }
    ]
}