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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=309",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 310,
    "results": [
        {
            "start": 869666188,
            "stop": 869666189
        },
        {
            "start": 869666202,
            "stop": 869666203
        },
        {
            "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
        }
    ]
}