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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16758",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16759,
    "results": [
        {
            "start": 875100410,
            "stop": 875100424
        },
        {
            "start": 875100427,
            "stop": 875100436
        },
        {
            "start": 875100439,
            "stop": 875100465
        },
        {
            "start": 875100466,
            "stop": 875100478
        },
        {
            "start": 875100483,
            "stop": 875100510
        },
        {
            "start": 875100513,
            "stop": 875100517
        },
        {
            "start": 875100520,
            "stop": 875100576
        },
        {
            "start": 875100579,
            "stop": 875100626
        },
        {
            "start": 875100627,
            "stop": 875100655
        },
        {
            "start": 875100658,
            "stop": 875100719
        },
        {
            "start": 875100720,
            "stop": 875100724
        },
        {
            "start": 875100727,
            "stop": 875100741
        },
        {
            "start": 875100745,
            "stop": 875100751
        },
        {
            "start": 875100754,
            "stop": 875100757
        },
        {
            "start": 875100760,
            "stop": 875100774
        },
        {
            "start": 875100778,
            "stop": 875100831
        },
        {
            "start": 875100832,
            "stop": 875100848
        },
        {
            "start": 875100849,
            "stop": 875100850
        },
        {
            "start": 875100851,
            "stop": 875100861
        },
        {
            "start": 875100862,
            "stop": 875100868
        }
    ]
}