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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8862",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8863,
    "results": [
        {
            "start": 874793340,
            "stop": 874793460
        },
        {
            "start": 874793580,
            "stop": 874794120
        },
        {
            "start": 874794300,
            "stop": 874794470
        },
        {
            "start": 874794610,
            "stop": 874794660
        },
        {
            "start": 874794720,
            "stop": 874794770
        },
        {
            "start": 874794850,
            "stop": 874795200
        },
        {
            "start": 874795320,
            "stop": 874795382
        },
        {
            "start": 874795502,
            "stop": 874795740
        },
        {
            "start": 874795800,
            "stop": 874795980
        },
        {
            "start": 874796040,
            "stop": 874796160
        },
        {
            "start": 874796220,
            "stop": 874796400
        },
        {
            "start": 874796710,
            "stop": 874796760
        },
        {
            "start": 874797240,
            "stop": 874797420
        },
        {
            "start": 874797540,
            "stop": 874797660
        },
        {
            "start": 874797720,
            "stop": 874797840
        },
        {
            "start": 874797970,
            "stop": 874798080
        },
        {
            "start": 874798140,
            "stop": 874798440
        },
        {
            "start": 874798500,
            "stop": 874798559
        },
        {
            "start": 874798679,
            "stop": 874799121
        },
        {
            "start": 874799400,
            "stop": 874799460
        }
    ]
}