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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=830",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 831,
    "results": [
        {
            "start": 869666217,
            "stop": 869666232
        },
        {
            "start": 869666237,
            "stop": 869666245
        },
        {
            "start": 869666256,
            "stop": 869666271
        },
        {
            "start": 869666280,
            "stop": 869666285
        },
        {
            "start": 869666296,
            "stop": 869666313
        },
        {
            "start": 869666318,
            "stop": 869666334
        },
        {
            "start": 869666341,
            "stop": 869666372
        },
        {
            "start": 869666379,
            "stop": 869666393
        },
        {
            "start": 869666400,
            "stop": 869666411
        },
        {
            "start": 869666419,
            "stop": 869666432
        },
        {
            "start": 869666442,
            "stop": 869666546
        },
        {
            "start": 869666551,
            "stop": 869666570
        },
        {
            "start": 869666574,
            "stop": 869666588
        },
        {
            "start": 869666596,
            "stop": 869666604
        },
        {
            "start": 869666610,
            "stop": 869666623
        },
        {
            "start": 869666631,
            "stop": 869666645
        },
        {
            "start": 869666648,
            "stop": 869666658
        },
        {
            "start": 869666670,
            "stop": 869666683
        },
        {
            "start": 869666688,
            "stop": 869666696
        },
        {
            "start": 869666702,
            "stop": 869666719
        }
    ]
}