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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4346",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4347,
    "results": [
        {
            "start": 874757920,
            "stop": 874757944
        },
        {
            "start": 874757980,
            "stop": 874758022
        },
        {
            "start": 874758041,
            "stop": 874758060
        },
        {
            "start": 874758083,
            "stop": 874758113
        },
        {
            "start": 874758137,
            "stop": 874758182
        },
        {
            "start": 874758212,
            "stop": 874758450
        },
        {
            "start": 874758470,
            "stop": 874758521
        },
        {
            "start": 874758541,
            "stop": 874758547
        },
        {
            "start": 874758566,
            "stop": 874758597
        },
        {
            "start": 874758616,
            "stop": 874758720
        },
        {
            "start": 874758739,
            "stop": 874758868
        },
        {
            "start": 874758887,
            "stop": 874758893
        },
        {
            "start": 874758913,
            "stop": 874758945
        },
        {
            "start": 874758964,
            "stop": 874759007
        },
        {
            "start": 874759026,
            "stop": 874759059
        },
        {
            "start": 874759091,
            "stop": 874759230
        },
        {
            "start": 874759249,
            "stop": 874759301
        },
        {
            "start": 874759321,
            "stop": 874759341
        },
        {
            "start": 874759360,
            "stop": 874759381
        },
        {
            "start": 874759400,
            "stop": 874759629
        }
    ]
}