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=4842
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=4843",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4841",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4842,
    "results": [
        {
            "start": 971319030,
            "stop": 971319102
        },
        {
            "start": 971319871,
            "stop": 971319905
        },
        {
            "start": 971319923,
            "stop": 971319990
        },
        {
            "start": 971320008,
            "stop": 971320054
        },
        {
            "start": 971332352,
            "stop": 971332642
        },
        {
            "start": 971339358,
            "stop": 971339456
        },
        {
            "start": 971347548,
            "stop": 971347618
        },
        {
            "start": 971347636,
            "stop": 971347731
        },
        {
            "start": 971347734,
            "stop": 971347737
        },
        {
            "start": 971347740,
            "stop": 971347754
        },
        {
            "start": 971373812,
            "stop": 971374022
        },
        {
            "start": 971374040,
            "stop": 971374066
        },
        {
            "start": 971374069,
            "stop": 971374130
        },
        {
            "start": 971374148,
            "stop": 971374828
        },
        {
            "start": 971374846,
            "stop": 971374944
        },
        {
            "start": 971374947,
            "stop": 971375059
        },
        {
            "start": 971375077,
            "stop": 971375213
        },
        {
            "start": 971375231,
            "stop": 971375504
        },
        {
            "start": 971375507,
            "stop": 971375742
        },
        {
            "start": 971375773,
            "stop": 971375794
        }
    ]
}