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=4840
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=4841",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4839",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4840,
    "results": [
        {
            "start": 971301338,
            "stop": 971301380
        },
        {
            "start": 971301397,
            "stop": 971301458
        },
        {
            "start": 971301518,
            "stop": 971301752
        },
        {
            "start": 971301755,
            "stop": 971301829
        },
        {
            "start": 971301832,
            "stop": 971302010
        },
        {
            "start": 971302013,
            "stop": 971302222
        },
        {
            "start": 971302225,
            "stop": 971302292
        },
        {
            "start": 971306894,
            "stop": 971306986
        },
        {
            "start": 971306989,
            "stop": 971307001
        },
        {
            "start": 971307004,
            "stop": 971307005
        },
        {
            "start": 971307023,
            "stop": 971307026
        },
        {
            "start": 971309223,
            "stop": 971309243
        },
        {
            "start": 971309246,
            "stop": 971309621
        },
        {
            "start": 971309639,
            "stop": 971309681
        },
        {
            "start": 971309684,
            "stop": 971309820
        },
        {
            "start": 971309823,
            "stop": 971309864
        },
        {
            "start": 971309867,
            "stop": 971309942
        },
        {
            "start": 971309945,
            "stop": 971309965
        },
        {
            "start": 971309986,
            "stop": 971310008
        },
        {
            "start": 971310026,
            "stop": 971310052
        }
    ]
}