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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=12",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 13,
    "results": [
        {
            "start": 931130192,
            "stop": 931130357
        },
        {
            "start": 931130358,
            "stop": 931130371
        },
        {
            "start": 931130372,
            "stop": 931130647
        },
        {
            "start": 931130648,
            "stop": 931130715
        },
        {
            "start": 931130716,
            "stop": 931131085
        },
        {
            "start": 931131086,
            "stop": 931131141
        },
        {
            "start": 931131142,
            "stop": 931131324
        },
        {
            "start": 931131325,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931131924
        },
        {
            "start": 931131926,
            "stop": 931131937
        },
        {
            "start": 931131939,
            "stop": 931131965
        },
        {
            "start": 931131966,
            "stop": 931131989
        },
        {
            "start": 931131991,
            "stop": 931132037
        },
        {
            "start": 931132038,
            "stop": 931132044
        },
        {
            "start": 931132045,
            "stop": 931132069
        },
        {
            "start": 931132070,
            "stop": 931132281
        },
        {
            "start": 931132282,
            "stop": 931132329
        },
        {
            "start": 931132330,
            "stop": 931132357
        },
        {
            "start": 931132358,
            "stop": 931132467
        },
        {
            "start": 931132468,
            "stop": 931132483
        }
    ]
}