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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=120",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 121,
    "results": [
        {
            "start": 931453987,
            "stop": 931453992
        },
        {
            "start": 931453997,
            "stop": 931454000
        },
        {
            "start": 931454004,
            "stop": 931454005
        },
        {
            "start": 931454007,
            "stop": 931454011
        },
        {
            "start": 931454012,
            "stop": 931454013
        },
        {
            "start": 931454015,
            "stop": 931454018
        },
        {
            "start": 931454019,
            "stop": 931454021
        },
        {
            "start": 931454022,
            "stop": 931454024
        },
        {
            "start": 931454026,
            "stop": 931454034
        },
        {
            "start": 931454036,
            "stop": 931454049
        },
        {
            "start": 931454051,
            "stop": 931454054
        },
        {
            "start": 931454058,
            "stop": 931454061
        },
        {
            "start": 931454063,
            "stop": 931454072
        },
        {
            "start": 931454075,
            "stop": 931454079
        },
        {
            "start": 931454081,
            "stop": 931454082
        },
        {
            "start": 931454084,
            "stop": 931454087
        },
        {
            "start": 931454089,
            "stop": 931454128
        },
        {
            "start": 931454131,
            "stop": 931454135
        },
        {
            "start": 931454137,
            "stop": 931454157
        },
        {
            "start": 931454159,
            "stop": 931454264
        }
    ]
}