Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=183
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=182",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 183,
    "results": [
        {
            "start": 819489809,
            "stop": 819489864
        },
        {
            "start": 819489869,
            "stop": 819489879
        },
        {
            "start": 819489890,
            "stop": 819489931
        },
        {
            "start": 819489936,
            "stop": 819489950
        },
        {
            "start": 819489955,
            "stop": 819489959
        },
        {
            "start": 819489967,
            "stop": 819490095
        },
        {
            "start": 819490100,
            "stop": 819490105
        },
        {
            "start": 819490120,
            "stop": 819490179
        },
        {
            "start": 819490205,
            "stop": 819490233
        },
        {
            "start": 819490238,
            "stop": 819490246
        },
        {
            "start": 819490261,
            "stop": 819490280
        },
        {
            "start": 819490286,
            "stop": 819490551
        },
        {
            "start": 819490563,
            "stop": 819490646
        },
        {
            "start": 819490651,
            "stop": 819490703
        },
        {
            "start": 819490708,
            "stop": 819491023
        },
        {
            "start": 819491028,
            "stop": 819491297
        },
        {
            "start": 819491310,
            "stop": 819491378
        },
        {
            "start": 819491386,
            "stop": 819491493
        },
        {
            "start": 819491508,
            "stop": 819491584
        },
        {
            "start": 819491594,
            "stop": 819493770
        }
    ]
}