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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=323",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 324,
    "results": [
        {
            "start": 833564438,
            "stop": 833564618
        },
        {
            "start": 833564756,
            "stop": 833564936
        },
        {
            "start": 833565410,
            "stop": 833565470
        },
        {
            "start": 833565777,
            "stop": 833566137
        },
        {
            "start": 833567412,
            "stop": 833567532
        },
        {
            "start": 833567683,
            "stop": 833567743
        },
        {
            "start": 833567982,
            "stop": 833568402
        },
        {
            "start": 833568602,
            "stop": 833568662
        },
        {
            "start": 833569820,
            "stop": 833570060
        },
        {
            "start": 833570306,
            "stop": 833570366
        },
        {
            "start": 833570720,
            "stop": 833571260
        },
        {
            "start": 833571464,
            "stop": 833571704
        },
        {
            "start": 833572196,
            "stop": 833572376
        },
        {
            "start": 833572539,
            "stop": 833573019
        },
        {
            "start": 833573163,
            "stop": 833573463
        },
        {
            "start": 833575701,
            "stop": 833576001
        },
        {
            "start": 833576283,
            "stop": 833576703
        },
        {
            "start": 833577683,
            "stop": 833577743
        },
        {
            "start": 833578120,
            "stop": 833578360
        },
        {
            "start": 833579948,
            "stop": 833580068
        }
    ]
}