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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14117",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14115",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14116,
    "results": [
        {
            "start": 971160793,
            "stop": 971160794
        },
        {
            "start": 971160798,
            "stop": 971160799
        },
        {
            "start": 971160800,
            "stop": 971160802
        },
        {
            "start": 971160804,
            "stop": 971160807
        },
        {
            "start": 971160808,
            "stop": 971160814
        },
        {
            "start": 971160822,
            "stop": 971160823
        },
        {
            "start": 971160824,
            "stop": 971160828
        },
        {
            "start": 971160830,
            "stop": 971160834
        },
        {
            "start": 971160836,
            "stop": 971160837
        },
        {
            "start": 971160838,
            "stop": 971160843
        },
        {
            "start": 971160844,
            "stop": 971160845
        },
        {
            "start": 971160849,
            "stop": 971160851
        },
        {
            "start": 971160852,
            "stop": 971160854
        },
        {
            "start": 971160857,
            "stop": 971160859
        },
        {
            "start": 971160861,
            "stop": 971160862
        },
        {
            "start": 971160863,
            "stop": 971160865
        },
        {
            "start": 971160867,
            "stop": 971160874
        },
        {
            "start": 971160875,
            "stop": 971160900
        },
        {
            "start": 971160902,
            "stop": 971160907
        },
        {
            "start": 971160908,
            "stop": 971160912
        }
    ]
}