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=4699
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=4700",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4698",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4699,
    "results": [
        {
            "start": 969955353,
            "stop": 969955465
        },
        {
            "start": 969955468,
            "stop": 969955535
        },
        {
            "start": 969955538,
            "stop": 969955617
        },
        {
            "start": 969955620,
            "stop": 969955794
        },
        {
            "start": 969955797,
            "stop": 969956056
        },
        {
            "start": 969956059,
            "stop": 969956074
        },
        {
            "start": 969956077,
            "stop": 969956086
        },
        {
            "start": 969956089,
            "stop": 969956166
        },
        {
            "start": 969956169,
            "stop": 969956172
        },
        {
            "start": 969956175,
            "stop": 969956663
        },
        {
            "start": 969956666,
            "stop": 969956862
        },
        {
            "start": 969956866,
            "stop": 969956953
        },
        {
            "start": 969956956,
            "stop": 969956971
        },
        {
            "start": 969956974,
            "stop": 969957232
        },
        {
            "start": 969957235,
            "stop": 969957284
        },
        {
            "start": 969957287,
            "stop": 969957315
        },
        {
            "start": 969957318,
            "stop": 969957468
        },
        {
            "start": 969957471,
            "stop": 969957751
        },
        {
            "start": 969957768,
            "stop": 969958052
        },
        {
            "start": 969958055,
            "stop": 969958162
        }
    ]
}