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=4679
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=4680",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4678",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4679,
    "results": [
        {
            "start": 969816618,
            "stop": 969816752
        },
        {
            "start": 969816755,
            "stop": 969816818
        },
        {
            "start": 969835028,
            "stop": 969835340
        },
        {
            "start": 969835343,
            "stop": 969835391
        },
        {
            "start": 969835394,
            "stop": 969835844
        },
        {
            "start": 969835847,
            "stop": 969836653
        },
        {
            "start": 969836656,
            "stop": 969837284
        },
        {
            "start": 969839599,
            "stop": 969840223
        },
        {
            "start": 969840226,
            "stop": 969840267
        },
        {
            "start": 969840270,
            "stop": 969840620
        },
        {
            "start": 969840623,
            "stop": 969841130
        },
        {
            "start": 969841133,
            "stop": 969842283
        },
        {
            "start": 969842286,
            "stop": 969842415
        },
        {
            "start": 969842418,
            "stop": 969842558
        },
        {
            "start": 969849919,
            "stop": 969850046
        },
        {
            "start": 969850049,
            "stop": 969850775
        },
        {
            "start": 969850778,
            "stop": 969851333
        },
        {
            "start": 969851338,
            "stop": 969852324
        },
        {
            "start": 969852327,
            "stop": 969852987
        },
        {
            "start": 969852990,
            "stop": 969854171
        }
    ]
}