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=4835
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=4836",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4834",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4835,
    "results": [
        {
            "start": 971255308,
            "stop": 971255564
        },
        {
            "start": 971255567,
            "stop": 971255732
        },
        {
            "start": 971255735,
            "stop": 971255744
        },
        {
            "start": 971255747,
            "stop": 971256330
        },
        {
            "start": 971256333,
            "stop": 971256342
        },
        {
            "start": 971256345,
            "stop": 971256419
        },
        {
            "start": 971256422,
            "stop": 971256602
        },
        {
            "start": 971256606,
            "stop": 971256646
        },
        {
            "start": 971256649,
            "stop": 971256682
        },
        {
            "start": 971256685,
            "stop": 971256703
        },
        {
            "start": 971256706,
            "stop": 971256766
        },
        {
            "start": 971256769,
            "stop": 971256930
        },
        {
            "start": 971256948,
            "stop": 971257121
        },
        {
            "start": 971257124,
            "stop": 971257244
        },
        {
            "start": 971257247,
            "stop": 971257469
        },
        {
            "start": 971257472,
            "stop": 971257477
        },
        {
            "start": 971257480,
            "stop": 971257651
        },
        {
            "start": 971257655,
            "stop": 971257784
        },
        {
            "start": 971257787,
            "stop": 971257868
        },
        {
            "start": 971257871,
            "stop": 971257873
        }
    ]
}