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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2123",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2124,
    "results": [
        {
            "start": 866393518,
            "stop": 866393920
        },
        {
            "start": 866394512,
            "stop": 866396833
        },
        {
            "start": 866397165,
            "stop": 866397897
        },
        {
            "start": 866398007,
            "stop": 866398665
        },
        {
            "start": 866403538,
            "stop": 866409204
        },
        {
            "start": 866409209,
            "stop": 866410768
        },
        {
            "start": 866411068,
            "stop": 866411263
        },
        {
            "start": 866411373,
            "stop": 866411593
        },
        {
            "start": 866411893,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413627
        },
        {
            "start": 866415470,
            "stop": 866420050
        },
        {
            "start": 866420052,
            "stop": 866423762
        },
        {
            "start": 866423768,
            "stop": 866423775
        },
        {
            "start": 866423780,
            "stop": 866427270
        },
        {
            "start": 866427330,
            "stop": 866427925
        },
        {
            "start": 866427930,
            "stop": 866430170
        },
        {
            "start": 866430175,
            "stop": 866430630
        },
        {
            "start": 866430690,
            "stop": 866432610
        },
        {
            "start": 866432670,
            "stop": 866441370
        },
        {
            "start": 866441430,
            "stop": 866447387
        }
    ]
}