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=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=63",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 64,
    "results": [
        {
            "start": 931256588,
            "stop": 931256591
        },
        {
            "start": 931256593,
            "stop": 931256594
        },
        {
            "start": 931256605,
            "stop": 931256609
        },
        {
            "start": 931256619,
            "stop": 931256620
        },
        {
            "start": 931256624,
            "stop": 931256627
        },
        {
            "start": 931256629,
            "stop": 931256630
        },
        {
            "start": 931256653,
            "stop": 931256660
        },
        {
            "start": 931256662,
            "stop": 931256665
        },
        {
            "start": 931256672,
            "stop": 931256673
        },
        {
            "start": 931256675,
            "stop": 931256679
        },
        {
            "start": 931256688,
            "stop": 931256693
        },
        {
            "start": 931256697,
            "stop": 931256703
        },
        {
            "start": 931256706,
            "stop": 931256707
        },
        {
            "start": 931256714,
            "stop": 931256719
        },
        {
            "start": 931256720,
            "stop": 931256722
        },
        {
            "start": 931256724,
            "stop": 931256727
        },
        {
            "start": 931256731,
            "stop": 931256732
        },
        {
            "start": 931256735,
            "stop": 931256736
        },
        {
            "start": 931256742,
            "stop": 931256751
        },
        {
            "start": 931256753,
            "stop": 931256755
        }
    ]
}