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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4588",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4586",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4587,
    "results": [
        {
            "start": 969101263,
            "stop": 969101269
        },
        {
            "start": 969101270,
            "stop": 969101291
        },
        {
            "start": 969101308,
            "stop": 969101384
        },
        {
            "start": 969101387,
            "stop": 969101424
        },
        {
            "start": 969101427,
            "stop": 969101499
        },
        {
            "start": 969101503,
            "stop": 969101505
        },
        {
            "start": 969101508,
            "stop": 969101689
        },
        {
            "start": 969101692,
            "stop": 969101721
        },
        {
            "start": 969101724,
            "stop": 969101816
        },
        {
            "start": 969101820,
            "stop": 969101856
        },
        {
            "start": 969101859,
            "stop": 969102080
        },
        {
            "start": 969102083,
            "stop": 969102146
        },
        {
            "start": 969102149,
            "stop": 969102359
        },
        {
            "start": 969102363,
            "stop": 969102372
        },
        {
            "start": 969102375,
            "stop": 969102549
        },
        {
            "start": 969102553,
            "stop": 969102577
        },
        {
            "start": 969102580,
            "stop": 969102734
        },
        {
            "start": 969102738,
            "stop": 969102824
        },
        {
            "start": 969102827,
            "stop": 969102849
        },
        {
            "start": 969102852,
            "stop": 969102964
        }
    ]
}