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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=71",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 72,
    "results": [
        {
            "start": 931456535,
            "stop": 931456572
        },
        {
            "start": 931456671,
            "stop": 931456673
        },
        {
            "start": 931456724,
            "stop": 931456744
        },
        {
            "start": 931456795,
            "stop": 931456806
        },
        {
            "start": 931457175,
            "stop": 931457220
        },
        {
            "start": 931457385,
            "stop": 931457390
        },
        {
            "start": 931457463,
            "stop": 931457467
        },
        {
            "start": 931457562,
            "stop": 931457630
        },
        {
            "start": 931457689,
            "stop": 931457707
        },
        {
            "start": 931457757,
            "stop": 931457772
        },
        {
            "start": 931457859,
            "stop": 931457865
        },
        {
            "start": 931457910,
            "stop": 931457915
        },
        {
            "start": 931461244,
            "stop": 931461245
        },
        {
            "start": 931461280,
            "stop": 931461282
        },
        {
            "start": 931461301,
            "stop": 931461319
        },
        {
            "start": 931461320,
            "stop": 931461376
        },
        {
            "start": 931461394,
            "stop": 931461659
        },
        {
            "start": 931461662,
            "stop": 931461680
        },
        {
            "start": 931461723,
            "stop": 931461731
        },
        {
            "start": 931461750,
            "stop": 931461958
        }
    ]
}